APCS大學程式設計先修檢測

 系統環境

電腦規格(110.08.04更新)
桌上型電腦
  • CPU
    Intel Core i3以上
  • 記憶體
  • 4GB以上
  • 螢幕
  • 17” 以上
筆記型電腦
  • CPU
    Intel Core i3以上
  • 記憶體
  • 4GB以上
  • 螢幕
  • 14”以上 
軟體(108.08.23更新)
  • OS
    Lubuntu Desktop 18.04 (64-bit)
  • Desktop
    LXDE
  • Editors
    vi/vim、leafpad
  • Languages
    Gcc Ubuntu 7.3.0 – 27ubuntu1
    C++ Ubuntu 7.3.0 – 27ubuntu1
    Java 1.8.0_181
    Python2 2.7.15
    Python3 3.6.7
  • IDE
    Eclipse (C , CPP , JAVA , Python2 , Python3)
    Code::Blocks 17.12 (C , CPP)
    Python IDLE 2.7.15、Python IDLE 3.6.7
  • Compiler/Runner arguments
    • C
      Compiler: gcc -g -O2 -std=gnu99 -static -lm -o <a.out> <source>
      Runner: <a.out>
    • C++
      Compiler: g++ -g -O2 -std=gnu++11 -static -lm -o <a.out> <source>
      Runner: <a.out>
    • Java
      Compiler: javac <source>
      Runner: java -client -Xss8m -Xmx1024m <basename of source>
    • Python
      Runner: python <a.py> / python3 <a.py>

 實作練習環境​(20220109 版

建置虛擬主機練習環境