-
Servers
ID 当前状态 系统信息 CPU信息 内存信息 Handled requests 698abb31 2026-3-9 14:51:38 Debian GNU/Linux 12 bookworm x64 pc-q35-9.2 @2GHz 10.9 GiB/11.6 GiB 698abb2d 2026-3-9 14:48:19 Debian GNU/Linux 12 bookworm x64 Intel Xeon® Platinum 8259CL@2.5GHz 10.9 GiB/11.6 GiB 0 -
Compiler Versions
c
gcc (Debian 12.2.0-14+deb12u1) 12.2.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.cc, cc.cc20o2
g++ (Debian 12.2.0-14+deb12u1) 12.2.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.java
javac 17.0.18py.py3, py2
Python 3.11.2 -
Compile Commands
- C(c)
/usr/bin/gcc -Wall --std=c99 -o foo foo.c -lm
- C++(cc)
/usr/bin/g++ -Wall -std=c++14 -o foo foo.cc -lm -I/include
- C++20(O2)(cc.cc20o2)
/usr/bin/g++ -Wall -std=c++20 -o foo foo.cc -lm -O2 -I/include
- 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 3(py.py3)
/usr/bin/python3 -c "import py_compile; py_compile.compile('/w/foo.py', '/w/foo', doraise=True)" - Python 3 (Pandas/Numpy)(py2)
/usr/bin/python-data -c "import py_compile; py_compile.compile('/w/foo.py', '/w/foo', doraise=True)"
- C(c)