C / gcc |
gcc-10 -Wall -lm -static -DEVAL -o joi2019_ho_t4 -O2 joi2019_ho_t4.c
|
C++ / g++ |
g++-10 -Wall -lm -static -DEVAL -o joi2019_ho_t4 -O2 joi2019_ho_t4.cpp
|
C++11 / g++ |
g++-10 -Wall -lm -static -DEVAL -o joi2019_ho_t4 -O2 joi2019_ho_t4.cpp -std=c++11
|
C++14 / g++ |
g++-10 -Wall -lm -static -DEVAL -o joi2019_ho_t4 -O2 joi2019_ho_t4.cpp -std=c++14
|
Python 2 / Python 2 |
python2.7 -c "import py_compile; py_compile.compile(r'joi2019_ho_t4.py')"
|
Python 3 / Python 3 |
python3.9 -c "import py_compile; py_compile.compile(r'joi2019_ho_t4.py')"
|
PyPy / PyPy 2 |
pypy -c "import py_compile; py_compile.compile(r'joi2019_ho_t4.py')"
|
C++17 / g++ |
g++-10 -Wall -lm -static -DEVAL -o joi2019_ho_t4 -O2 joi2019_ho_t4.cpp -std=c++17
|
PyPy 3 / PyPy 3 |
pypy3 -c "import py_compile; py_compile.compile(r'joi2019_ho_t4.py')"
|
Java 11 / Java |
javac -J-Xms128m -J-Xmx512m -encoding UTF-8 joi2019_ho_t4.java
|
Kotlin / Kotlin |
kotlinc-jvm -include-runtime -d joi2019_ho_t4.jar joi2019_ho_t4.kt
|