Your browser does not support JavaScript!
競賽環境

硬體:

CPU: Intel Core i7-6700 3.4 GHz

RAM: DDR4 2400MHz 8 GB


OS:

Linux 4.8.0 or later


Distribution:

Lubuntu 16.04


Languages:

C: GCC 5.4.0

C++: GCC 5.4.0

Java: Oracle JDK 1.8.0_131

Python 2: CPython 2.7.12

Python 3: CPython 3.5.2


競賽評判系統:

PC^2 9.4.1


編譯命令:

C: gcc -static -O2 -lm -o {:basename}.exe {:mainfile}

C++: g++ -static -O2 -lm -o {:basename}.exe {:mainfile}

C++11: g++ -static -O2 -std=gnu++11 -lm -o {:basename}.exe {:mainfile}

C++14: g++ -static -O2 -std=gnu++14 -lm -o {:basename}.exe {:mainfile}

Java 8: javac {:mainfile}

Python 2: python2 -m py_compile {:mainfile}

Python 3: python3 -m py_compile {:mainfile}