• Servers

    ID 当前状态 系统信息 CPU信息 内存信息 Handled requests
    67c43c54 2025-4-12 1:05:55 Debian GNU/Linux 12 bookworm x64 pc-i440fx-9.0 @2GHz 6.2 GiB/15.6 GiB
    66d5d276 2025-4-12 0:59:52 Debian GNU/Linux 12 bookworm x64 pc-i440fx-9.0 @2GHz 7.8 GiB/8.8 GiB
    64eac101 2025-4-12 0:51:43 Debian GNU/Linux 12 bookworm x64 Intel Xeon® E5-2630 v3@2.4GHz 7.8 GiB/8.7 GiB 0
  • Compiler Versions

    bash

    GNU bash, version 5.2.37(1)-release (x86_64-pc-linux-gnu)
    Copyright (C) 2022 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.2.1 20241116
    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.2.1 20241116
    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

    3.2.2

    java

    javac 21.0.5

    kt.jvm

    [6.246s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
    [6.249s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
    [6.261s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
    [6.266s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
    [6.269s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
    [6.270s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
    
    info: kotlinc-jvm 2.1.0 (JRE 21.0.5+1-nixos)

    py.py3

    Python 3.12.9

    py.pypy3

    Python 3.10.14 (39dc8d3c85a7, Feb 14 2025, 19:32:21)
    [PyPy 7.3.17 with GCC 14.2.1 20241116]

    php

    PHP 8.3.17 (cli) (built: Feb 11 2025 22:03:03) (NTS)
    Copyright (c) The PHP Group
    Zend Engine v4.3.17, Copyright (c) Zend Technologies

    rs

    rustc 1.84.1 (e71f9a9a9 2025-01-27) (built from a source tarball)

    hs

    The Glorious Glasgow Haskell Compilation System, version 9.6.6

    nodejs, nodejs.cjs, nodejs.esm

    v22.14.0

    go

    go version go1.23.6 linux/amd64

    rb

    ruby 3.3.6 (2024-11-05 revision 75015d4c1f) [x86_64-linux]

    cs

    Mono C# compiler version 6.12.0.182
  • Compile Commands

    • Bash(bash)
      /bin/bash foo.sh
    • 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
    • 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 -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
    • Pascal(pas)
      /usr/bin/fpc -O2 -o/w/foo foo.pas
    • Java(java)
      /usr/bin/bash -c "javac -d /w -encoding utf8 ./Main.java && jar cvf Main.jar *.class >/dev/null"
    • Kotlin(kt)
      echo "Invalid language selection"
    • Kotlin/JVM(kt.jvm)
      kotlinc -include-runtime -d foo.jar foo.kt
    • 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"
    • PHP(php)
      /usr/bin/php foo.php
    • Rust(rs)
      /usr/bin/rustc -O -o /w/foo /w/foo.rs
    • Haskell(hs)
      /usr/bin/ghc -O -outputdir /tmp -o foo foo.hs
    • Node.js(nodejs)
      /usr/bin/esbuild foo.js --log-level=warning  --color=true --platform=node --sourcemap=inline --outfile=foo
    • Node.js-CJS(nodejs.cjs)
      /usr/bin/esbuild foo.js --log-level=warning  --color=true --platform=node --sourcemap=inline --outfile=foo
    • Node.js-ESM(nodejs.esm)
      /usr/bin/esbuild foo.mjs --log-level=warning  --color=true --platform=node --format=esm --sourcemap=inline --outfile=foo
    • Golang(go)
      /usr/bin/go build -o foo foo.go
    • Ruby(rb)
      /usr/bin/ruby foo.rb
    • C#(cs)
      /usr/bin/mcs -optimize+ -out:/w/foo /w/foo.cs
    • R(r)
      /bin/sh -c "cat /dev/stdin >stdin && /usr/bin/Rscript --vanilla foo.r"