- C(c) /usr/bin/gcc -Wall --std=c99 -o foo foo.c -lm -fdiagnostics-color=always 
- C++(cc) /usr/bin/g++ -Wall -std=c++14 -o foo foo.cc -lm  -fno-stack-limit -fdiagnostics-color=always -I/include -DONLINE_JUDGE 
- C++ 23(cc.std23(O2)) /usr/bin/g++ -Wall -std=c++23 -o foo foo.cc -lm -fno-stack-limit -fdiagnostics-color=always -O2 -I/include -DONLINE_JUDGE 
- C++ 20(cc.std20(O2)) /usr/bin/g++ -Wall -std=c++20 -o foo foo.cc -lm -fno-stack-limit -fdiagnostics-color=always -O2 -I/include -DONLINE_JUDGE 
- C++ 17(cc.std17(O2)) /usr/bin/g++ -Wall -std=c++17 -o foo foo.cc -lm -fno-stack-limit -fdiagnostics-color=always -O2 -I/include -DONLINE_JUDGE 
- C++ 14(cc.std14(O2)) /usr/bin/g++ -Wall -std=c++14 -o foo foo.cc -lm -fno-stack-limit -fdiagnostics-color=always -O2 -I/include -DONLINE_JUDGE 
- C++ 11(cc.std11(O2)) /usr/bin/g++ -Wall -std=c++11 -o foo foo.cc -lm -fno-stack-limit -fdiagnostics-color=always -O2 -I/include -DONLINE_JUDGE 
- C++ 98(cc.cc98) /usr/bin/g++ -Wall -std=c++98 -o foo foo.cc -lm -fno-stack-limit -fdiagnostics-color=always -O2 -I/include -DONLINE_JUDGE 
- Java(java) /usr/bin/bash -c "javac -d /w -encoding utf8 ./Main.java && jar cvf Main.jar *.class >/dev/null" 
- Python(py) /usr/bin/python -c "import py_compile; py_compile.compile('/w/foo.py', '/w/foo', doraise=True)"
- Python 2(py.py2) /usr/bin/python -c "import py_compile; py_compile.compile('/w/foo.py', '/w/foo', doraise=True)"
- Python 3(py.py3) /usr/bin/python3 -c "import py_compile; py_compile.compile('/w/foo.py', '/w/foo', doraise=True)"
- PyPy3(py.pypy3) /bin/bash -c "/usr/bin/pypy3 -c \"import py_compile; py_compile.compile('/w/foo.py', '/w/foo', doraise=True)\" && mv foo.py foo"
- Rust(rs) /usr/bin/rustc -O -o /w/foo /w/foo.rs 
- Golang(go) /usr/bin/go build -o foo foo.go 
- C#(cs) /usr/bin/mcs -optimize+ -out:/w/foo /w/foo.cs 
- Pascal(pas) /usr/bin/fpc -O2 -o/w/foo foo.pas 
- POJ(poj) /bin/echo For remote judge only 
- G++(poj.0) /bin/echo For remote judge only 
- GCC(poj.1) /bin/echo For remote judge only 
- Java(poj.2) /bin/echo For remote judge only 
- Pascal(poj.3) /bin/echo For remote judge only 
- C++(poj.4) /bin/echo For remote judge only 
- C(poj.5) /bin/echo For remote judge only 
- Fortran(poj.6) /bin/echo For remote judge only 
- Codeforces(codeforces) /bin/echo For remote judge only 
- GNU GCC C11 5.1.0(codeforces.43) /bin/echo For remote judge only 
- Clang++17 Diagnostics(codeforces.52) /bin/echo For remote judge only 
- GNU G++14 6.4.0(codeforces.50) /bin/echo For remote judge only 
- GNU G++17 7.3.0(codeforces.54) /bin/echo For remote judge only 
- Microsoft Visual C++ 2017(codeforces.59) /bin/echo For remote judge only 
- GNU G++20 13.2 (64 bit, winlibs)(codeforces.89) /bin/echo For remote judge only 
- GNU G++23 14.2 (64 bit, winlibs)(codeforces.90) /bin/echo For remote judge only 
- C# 8, .NET Core 3.1(codeforces.65) /bin/echo For remote judge only 
- C# Mono 6.8(codeforces.9) /bin/echo For remote judge only 
- D DMD32 v2.091.0(codeforces.28) /bin/echo For remote judge only 
- Go 1.15.6(codeforces.32) /bin/echo For remote judge only 
- Haskell GHC 8.10.1(codeforces.12) /bin/echo For remote judge only 
- Java 21 64bit(codeforces.87) /bin/echo For remote judge only 
- Java 8 32bit(codeforces.36) /bin/echo For remote judge only 
- Kotlin 1.9.21(codeforces.88) /bin/echo For remote judge only 
- OCaml 4.02.1(codeforces.19) /bin/echo For remote judge only 
- Delphi 7(codeforces.3) /bin/echo For remote judge only 
- Free Pascal 3.0.2(codeforces.4) /bin/echo For remote judge only 
- PascalABC.NET 3.4.2(codeforces.51) /bin/echo For remote judge only 
- Perl 5.20.1(codeforces.13) /bin/echo For remote judge only 
- PHP 7.2.13(codeforces.6) /bin/echo For remote judge only 
- Python 2.7.18(codeforces.7) /bin/echo For remote judge only 
- Python 3.9.1(codeforces.31) /bin/echo For remote judge only 
- PyPy 2.7.13 (7.3.0)(codeforces.40) /bin/echo For remote judge only 
- PyPy 3.6.9 (7.3.0)(codeforces.41) /bin/echo For remote judge only 
- PyPy 3.10 (7.3.15, 64bit)(codeforces.70) /bin/echo For remote judge only 
- Ruby 3.0.0(codeforces.67) /bin/echo For remote judge only 
- Rust 1.49.0(codeforces.49) /bin/echo For remote judge only 
- Scala 2.12.8(codeforces.20) /bin/echo For remote judge only 
- JavaScript V8 4.8.0(codeforces.34) /bin/echo For remote judge only 
- Node.js 12.6.3(codeforces.55) /bin/echo For remote judge only 
- SPOJ(spoj) /bin/echo Invalid 
- C (gcc 8.3)(spoj.11) /bin/echo Invalid 
- C++ (g++ 4.3.2)(spoj.41) /bin/echo Invalid 
- C++14 (gcc 8.3)(spoj.44) /bin/echo Invalid 
- Fortran (gfortran 8.3)(spoj.5) /bin/echo Invalid 
- Haskell (ghc 8.4.4)(spoj.21) /bin/echo Invalid 
- Node.js (node 11.12.0)(spoj.56) /bin/echo Invalid 
- Pascal (fpc 3.0.4)(spoj.22) /bin/echo Invalid 
- Python (cpython 2.7.16)(spoj.4) /bin/echo Invalid 
- Python 3 (python  3.7.3)(spoj.116) /bin/echo Invalid 
- Whitespace (wspace 0.3)(spoj.6) /bin/echo Invalid 
- Brainf**k (bff 1.0.6)(spoj.12) /bin/echo Invalid