Contest Environment
Software
Contestants can expect the following software, with the minimum versions stated below.
Operating System: Windows 10 (Windows_NT x64 10.0.19045)
Compiler: MinGW-W64 GCC (14.2.0)
Text Editors and IDEs:
- CLion (2024.3.4)
- Code::Blocks (25.03) *
- Visual Studio Code (1.69.2)
- Visual Studio Community 2019
* Code::Blocks has known stability issues, so it is not recommended to use, and no extra time will be provided to teams who lose time because of Code::Blocks related problems.
Grading System
Contest Management System (CMS) will be used as the grading system.
The exact commands used for compilation will be shown on the grading system. With the exception of certain task types, the compilation command will generally be of the following format:
/usr/bin/g++ -DEVAL -std=c++20 -xc++ -O2 -pipe -static -s -o task task.cpp -lm
The operating system of the grading machine is Ubuntu 24.04. The C++ compiler version is GCC 13.3.0.