• Servers

    ID 当前状态 系统信息 CPU信息 内存信息 Handled requests
    6a2d5edd Online Ubuntu 24.04.4 LTS noble x64 Intel Xeon® Platinum 8368Q@2.6GHz 246.8 GiB/251.4 GiB
    6a2585ea 2026-7-23 23:39:56 Ubuntu 26.04 LTS resolute x64 Intel Xeon® Gold 6138@2GHz 13.2 GiB/46 GiB 0
  • Compiler Versions

    c

    gcc-15 (Ubuntu 15.2.0-14ubuntu1~24~ppa1) 15.2.0
    Copyright (C) 2025 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, cc.cc23o2, cc.cc26o2

    g++-15 (Ubuntu 15.2.0-14ubuntu1~24~ppa1) 15.2.0
    Copyright (C) 2025 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 21.0.11

    py, py.py3

    Python 3.12.3

    py.pypy3

    Python 3.9.18 (7.3.15+dfsg-1build3, Apr 01 2024, 03:12:48)
    [PyPy 7.3.15 with GCC 13.2.0]
  • Compile Commands

    • C(c)
      /usr/bin/gcc-15 -Wall --std=c99 -o foo foo.c -lm
    • C++(cc)
      /usr/bin/g++-15 -Wall -std=c++14 -o foo foo.cc -lm -I/include
    • C++20(O2)(cc.cc20o2)
      /usr/bin/g++-15 -Wall -std=c++20 -o foo foo.cc -lm -O2 -I/include
    • C++23(O2)(cc.cc23o2)
      /usr/bin/g++-15 -Wall -std=c++23 -o foo foo.cc -lm -O2 -I/include
    • C++26(O2)(cc.cc26o2)
      /usr/bin/g++-15 -Wall -std=c++26 -o foo foo.cc -lm -O2 -I/include
    • Java(java)
      /usr/bin/bash -c "rm -rf /w/classes && mkdir -p /w/classes && javac -encoding UTF-8 -d /w/classes ./Main.java && jar cf /w/Main.jar -C /w/classes ."
    • Python(py)
      /usr/bin/python3.12 -c "import py_compile; py_compile.compile('/w/foo.py', doraise=True)"
    • Python3.12(py.py3)
      /usr/bin/python3.12 -c "import py_compile; py_compile.compile('/w/foo.py', doraise=True)"
    • PyPy3(py.pypy3)
      /usr/bin/pypy3 -c "import py_compile; py_compile.compile('/w/foo.py', doraise=True)"