Programming Environments
Hardware
System Unit
HP Pro Tower 288 G9 E with Intel® Core™ i5-13500, 32GB RAM and 1TB SSD storage.
External screen
ThinkVision P27q-10 27” QHD Monitor (2560x1440, 60Hz)
External keyboard
TBD
External Mouse
TBD
Webcam
TBD
Software
Operating System
- Ubuntu 24.04.4 LTS (Noble Numbat)
Desktop
- GNOME
IDEs / Editors
- The following IDEs (Integrated Development Environments) are preinstalled on the contest system:
- CLion
- Code::Blocks
- Eclipse
- IntelliJ IDEA
- PyCharm
- RustRover
- VS Code
- The following editors are preinstalled on the contest system:
- Vim
- Gvim
- NeoVim
- Emacs
- Text Editor (GEdit)
- Geany
- Kate
Languages
- C:
gcc-14 (Ubuntu 14.2.0-4ubuntu2~24.04.1) 14.2.0- compiler flags:
gcc-14 -x c -O2 -std=gnu23 -static ${files} -lm
- compiler flags:
- C++:
g++-14 (Ubuntu 14.2.0-4ubuntu2~24.04.1) 14.2.0- compiler flags:
g++-14 -x c++ -O2 -std=gnu++23 -static ${files} -lm
- compiler flags:
- D :
DMD64 D Compiler v2.112.0- compiler flags:
dmd -O -release -inline -boundscheck=off ${files}
- compiler flags:
- Java:
openjdk 21.0.10 2026-01-20- compiler flags:
javac -encoding UTF-8 ${files} - runtime flags:
java -Dfile.encoding=UTF-8 -XX:+UseSerialGC -Xss64m -Xms1920m -Xmx1920m ${mainclass}
- compiler flags:
- Kotlin:
kotlinc-jvm 2.3.20 (JRE 21.0.10+7-Ubuntu-124.04)- compiler flags:
kotlinc -d . ${files} - runtime flags:
kotlin -Dfile.encoding=UTF-8 -J-XX:+UseSerialGC -J-Xss64m -J-Xms1920m -J-Xmx1920m ${mainclass}
- compiler flags:
- Python:
Python 3.11.15 (7.3.21+dfsg-4~ppa1~ubuntu24.04, Mar 24 2026, 00:09:28)- compiler flags:
pypy3 -m py_compile ${files} - runtime flags:
pypy3 ${mainsource}
- compiler flags:
- Rust:
rustc 1.95.0 (59807616e 2026-04-14)- compiler flags:
rustc --edition=2021 -C opt-level=3 ${files}
- compiler flags:
Contest Control System
Programs are submitted to the judges using the DOMjudge contest control system.
Last updated: April 19, 2026