Star Trek Batch
Please sign in to submit
Problem Source
Attachments
File name | Size |
---|---|
sample.zip | 4.16 KiB |
Language | Compilation command |
---|---|
C11 | /usr/bin/gcc -DEVAL -std=gnu11 -O2 -pipe -static -s -o startrek startrek.c -lm |
C++20 | /usr/bin/g++ -DEVAL -std=gnu++20 -O2 -pipe -static -s -o startrek startrek.cpp |
C++17 | /usr/bin/g++ -DEVAL -std=gnu++17 -O2 -pipe -static -s -o startrek startrek.cpp |
Java | /usr/bin/javac -encoding UTF-8 startrek.java /bin/sh -c echo "Main-Class: startrek" > __manifest__.txt /bin/sh -c jar cfm startrek.jar __manifest__.txt *.class |
Pypy 3 | /usr/bin/pypy3 -m compileall -b startrek.py /bin/mv startrek.pyc __main__.pyc /usr/bin/zip startrek.pyz.zip __main__.pyc /bin/mv startrek.pyz.zip startrek.pyz |
File name | Size |
---|---|
sample.zip | 4.16 KiB |