Настройки компиляторов

Intel(R) Xeon(R) Gold CPU 6338 @ 2.00GHz, 49152KB cache, виртуализация на 1 ядре, 4GB RAM, GNU/Linux

Язык программирования Строка компиляции Строка запуска
C++: GNU CCC 14.1 C++20 g++ -O2 -lm -fno-stack-limit -std=c++20 -x c++ source.cpp -o executable ./executable
C: GNU GCC 14.1 C17 gcc -lm -O2 -fno-stack-limit -std=c17 -x c source.c -oexecutable ./executable
Pascal: Free Pascal 3.2.2 fpc -O2 source.pas -o executable ./executable
Pascal: PascalABC.NET 3.11.0 mono pabcnetcclear.exe source.pas ./executable
Java: Temurin JDK 21.0.1 javac source.java; jar cvfe executable.jar ClassName *.class java -Dsource.encoding=UTF8 -Xmx2048M -Xss1024M -jar executable.jar
Python: Python 3.13.2 python3 -c 'import py_compile; py_compile.compile("source.py", doraise=True)' python3 -S source.py
Python: PyPy3.11 7.3.19 pypy3 -c 'import py_compile; py_compile.compile("source.py", doraise=True)' pypy3 source.py
C#: MS .NET 8.0 dotnet csc.dll @/.dotnet/libraries source.cs -out:app.exe dotnet exec --runtimeconfig /.dotnet/runtimeconfig.json app.exe
Go 1.24.2 go build -o executable -compiler gc source.go ./executable
Kotlin 2.1.20, JRE 21 kotlinc source.kt -include-runtime -d executable.jar java -Dsource.encoding=UTF8 -Xmx2048M -Xss1024M -jar executable.jar
Rust 1.80.1 rustc --edition=2021 -O -o executable source.rs ./executable

Для трека «Искусственный интеллект»

Язык программирования Строка компиляции Строка запуска Дополнительные библиотеки
Python 3.8 (Handbook DS) python3 -c 'import py_compile; py_compile.compile("source.py", doraise=True)' python3 source.py numpy 1.21.6
pandas 1.3.5
scipy 1.7.3
matplotlib 3.2.2
statsmodels 0.12.2
requests 2.25.1
beautifulsoup4 4.6.3
scikit-learn 1.2.0
nltk 3.7
spacy 3.4.4
dostoevsky 0.6.0