APCS大學程式設計先修檢測
  1. 首頁
  2. /
  3. 系統環境

 系統環境

電腦規格
  • CPU
    Intel Core i3以上
  • 記憶體
  • 8GB以上
  • 螢幕
  • 桌機:17″ 以上
  • 筆電:14″ 以上
軟體
  • OS
    Ubuntu Server 22.04 (64-bit)
  • Desktop
    LXDE
  • Editors
    vi/vim、leafpad
  • Languages
    C: gcc 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
    C++: g++ 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
    Java: JDK 1.8.0_333
    Python 3: Python 3.10.12
  • IDE
    Eclipse 2022-12 (C, CPP, JAVA, Python3)
    Code::Blocks 20.03 (C, CPP)
    Python IDLE 3.10.12
  • Compiler/Runner arguments
    • C
      Compiler: gcc -g -O2 -std=c17 -static -lm -o <a.out> <source>
      Runner: <a.out>
    • C++
      Compiler: g++ -g -O2 -std=c++17 -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> 

 安裝練習環境(20250718 版