• Servers

    ID 当前状态 系统信息 CPU信息 内存信息 Handled requests
    68e74229 2026-4-18 18:17:56 Debian GNU/Linux 12 bookworm x64 pc-i440fx-2.1 @0GHz 1.5 GiB/1.6 GiB 0
  • Compiler Versions

    bash

    GNU bash, version 5.3.3(1)-release (x86_64-pc-linux-gnu)
    Copyright (C) 2025 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    
    This is free software; you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.

    c

    gcc (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.

    cc, cc.cc98, cc.cc98o2, cc.cc11, cc.cc11o2, 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.

    pas

    execve: start: /usr/bin/fpc: execve: no such file or directory

    java

    execve: start: /usr/bin/javac: execve: no such file or directory

    kt.jvm

    execve: start: /usr/bin/kotlinc: execve: no such file or directory

    py.py3

    Python 3.13.7

    py.pypy3

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

    php

    execve: start: /usr/bin/php: execve: no such file or directory

    rs

    execve: start: /usr/bin/rustc: execve: no such file or directory

    hs

    execve: start: /usr/bin/ghc: execve: no such file or directory

    js

    v22.19.0

    go

    execve: start: /usr/bin/go: execve: no such file or directory

    rb

    execve: start: /usr/bin/ruby: execve: no such file or directory

    cs

    execve: start: /usr/bin/mcs: execve: no such file or directory
  • 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