• Servers

    ID Status OS Info CPU Info Memory Info Handled requests
    66fe8b82 Online Debian GNU/Linux 12 bookworm x64 pc-i440fx-9.0 @2GHz 4.9 GiB/125.8 GiB 0
  • Compiler Versions

    cc

    g++ (GCC) 13.3.0
    Copyright (C) 2023 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

    openjdk version "21.0.3" 2024-04-16
    OpenJDK Runtime Environment (build 21.0.3+9-nixos)
    OpenJDK 64-Bit Server VM (build 21.0.3+9-nixos, mixed mode, sharing)

    py.py3

    Python 3.12.5

    py.pypy3

    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
    • 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 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"