Date generale despre evaluator
UPDATE(admini): Această pagină n-a mai fost actualizată de mult timp. Platforma prezintă acum datele interne pe pagina aceasta.
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:
Posted at: