Date generale despre evaluator

Daca v-ați întrebat vreodată cum vi se compilează sursa pe kilonova.

Limbaj Comanda Compilare
C gcc -fuse-ld=mold -std=c11 -O2 -s -static -DKNOVA -DONLINE_JUDGE main.c
C++ g++ -fuse-ld=mold -std=c++11 -O2 -s -static -DKNOVA -DONLINE_JUDGE main.cpp
C++14 g++ -fuse-ld=mold -std=c++14 -O2 -s -static -DKNOVA -DONLINE_JUDGE main.cpp
C++17 g++ -fuse-ld=mold -std=c++17 -O2 -s -static -DKNOVA -DONLINE_JUDGE main.cpp
C++20 g++ -fuse-ld=mold -std=c++20 -O2 -s -static -DKNOVA -DONLINE_JUDGE main.cpp
Pascal fpc -O2 -XSst -Mobjfpc -vw -dKNOVA -dONLINE_JUDGE main.pas
Python python3 main.py

Informații luate de aici

Updated at: 1698833914031 Posted at: 1693839064614