시간과 날짜 Batch
| 시간 제한 | 메모리 제한 | 제출 횟수 | 제출한 사람 수 | 해결한 사람 수 | 정답률 |
|---|---|---|---|---|---|
| 1000 ms | 1024 MiB | 6 | 3 | 3 | 100.00% |
| 언어 | 컴파일 명령 |
|---|---|
| C11 | /usr/bin/gcc -DEVAL -std=gnu11 -O2 -pipe -static -s -o td td.c -lm |
| C++20 | /usr/bin/g++ -DEVAL -std=gnu++20 -O2 -pipe -static -s -o td td.cpp |
| C++17 | /usr/bin/g++ -DEVAL -std=gnu++17 -O2 -pipe -static -s -o td td.cpp |
| Java | /usr/bin/javac -encoding UTF-8 td.java /bin/sh -c echo "Main-Class: td" > __manifest__.txt /bin/sh -c jar cfm td.jar __manifest__.txt *.class |
| Pypy 3 | /usr/bin/pypy3 -m compileall -b td.py /bin/mv td.pyc __main__.pyc /usr/bin/zip td.pyz.zip __main__.pyc /bin/mv td.pyz.zip td.pyz |
| 시간 제한 | 메모리 제한 | 제출 횟수 | 제출한 사람 수 | 해결한 사람 수 | 정답률 |
|---|---|---|---|---|---|
| 1000 ms | 1024 MiB | 6 | 3 | 3 | 100.00% |