Close ×

My Accounts

You´ not logged in.

About

Compile Command

Language Compile Command
C gcc -O2 -s -Wall -o {filename}.exe {filename}.c -lm -D__asm=error
C++ g++ -O2 -s -Wall -std=c++14 -o {filename}.exe {filename}.cpp -lm
Java javac {filename}.java
Pascal fpc -O2 -Xs -Sgic -vw -o{filename}.exe {filename}.pas
Python 3 python3 -m py_compile {filename}.py

Judgers

No Judgers.

Name Description