• Servers

    ID Status OS Info CPU Info Memory Info Handled requests
    6895a00c 2025-10-27 8:39:51 Ubuntu 24.04.2 LTS noble x64 pc-i440fx-2.1 @0GHz 5.8 GiB/7.1 GiB 0
  • Compiler Versions

    cc, cc.cc14, cc.cc14o2, cc.cc17, cc.cc17o2, cc.cc20, cc.cc20o2

    g++ (GCC) 14.3.0
    Copyright (C) 2024 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.

    py.py3

    Python 3.13.5

    py.pypy3

    execve: start: /usr/bin/pypy3: execve: no such file or directory
  • Compile Commands

    • C++(cc)
      /usr/bin/g++ -Wall -std=c++14 -o foo foo.cc -lm -I/include
    • C++14(cc.cc14)
      /usr/bin/g++ -Wall -std=c++14 -o foo foo.cc -lm -I/include
    • C++14(O2)(cc.cc14o2)
      /usr/bin/g++ -Wall -std=c++14 -o foo foo.cc -lm -O2 -I/include
    • C++17(cc.cc17)
      /usr/bin/g++ -Wall -std=c++17 -o foo foo.cc -lm -I/include
    • C++17(O2)(cc.cc17o2)
      /usr/bin/g++ -Wall -std=c++17 -o foo foo.cc -lm -O2 -I/include
    • C++20(cc.cc20)
      /usr/bin/g++ -Wall -std=c++20 -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
    • Python(py)
      /usr/bin/python -c "import py_compile; py_compile.compile('/w/foo.py', '/w/foo', doraise=True)"
    • Python 2(py.py2)
      /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)"
    • PyPy3(py.pypy3)
      /bin/bash -c "/usr/bin/pypy3 -c \"import py_compile; py_compile.compile('/w/foo.py', '/w/foo', doraise=True)\" && mv foo.py foo"