• Servers

    ID 当前状态 系统信息 CPU信息 内存信息 Handled requests
    6a2d0251 2026-8-2 1:00:16 Ubuntu 24.04.4 LTS noble x64 pc-i440fx-2.1 @0GHz 6.7 GiB/7.4 GiB 0
  • Compiler Versions

    bash

    GNU bash, version 5.3.9(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) 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.cc98, cc.cc98o2, cc.cc11, cc.cc11o2, cc.cc14, cc.cc14o2, cc.cc17, cc.cc17o2, cc.cc20, cc.cc20o2

    g++ (GCC) 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.

    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.13

    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

    v24.15.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++(cc)
      /usr/bin/g++ -Wall -std=c++14 -o foo foo.cc -lm -I/include
    • C++98(cc.cc98)
      /usr/bin/g++ -Wall -std=c++98 -o foo foo.cc -lm -I/include
    • C++98(O2)(cc.cc98o2)
      /usr/bin/g++ -Wall -std=c++98 -o foo foo.cc -lm -O2 -I/include
    • C++11(cc.cc11)
      /usr/bin/g++ -Wall -std=c++11 -o foo foo.cc -lm -I/include
    • C++11(O2)(cc.cc11o2)
      /usr/bin/g++ -Wall -std=c++11 -o foo foo.cc -lm -O2 -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 -O2 -lm -I/include