-
Servers
ID Status OS Info CPU Info Memory Info Handled requests 68c1af9f Online Ubuntu 24.04 LTS noble x64 Intel Xeon® Gold 6348@2.6GHz 1.6 GiB/7.7 GiB 685d4779 Online Ubuntu 24.04 LTS noble x64 Intel Xeon® Gold 6348@2.6GHz 1.6 GiB/7.7 GiB 68c23b96 Online Ubuntu 24.04 LTS noble x64 Intel Xeon® Gold 6348@2.6GHz 1.7 GiB/7.7 GiB 68c1c8ca Online Ubuntu 24.04 LTS noble x64 Intel Xeon® Gold 6348@2.6GHz 1.7 GiB/7.7 GiB 68c1c96c Online Ubuntu 24.04 LTS noble x64 Intel Xeon® Gold 6348@2.6GHz 1.6 GiB/7.7 GiB 68c2134d 2026-1-8 23:46:23 Ubuntu 24.04 LTS noble x64 Intel Xeon® Gold 6348@2.6GHz 1.8 GiB/7.7 GiB 68c1c625 2026-1-8 23:46:22 Ubuntu 24.04 LTS noble x64 Intel Xeon® Gold 6348@2.6GHz 1.9 GiB/7.7 GiB 68c1fb48 2026-1-8 23:46:22 Ubuntu 24.04 LTS noble x64 Intel Xeon® Gold 6348@2.6GHz 1.8 GiB/7.7 GiB 66c71314 2026-1-8 23:45:55 Ubuntu 24.04 LTS noble x64 Intel Xeon® Gold 6348@2.6GHz 7.4 GiB/7.7 GiB 0 -
Compiler Versions
bash
GNU bash, version 5.2.32(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) 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.cc, cc.cc98, cc.cc98o2, cc.cc11, cc.cc11o2, cc.cc14, cc.cc14o2, cc.cc17, cc.cc17o2, cc.cc20, cc.cc20o2
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.pas
start: /usr/bin/fpc: execve: no such file or directoryjava
javac 21.0.3kt.jvm
start: /usr/bin/kotlinc: execve: no such file or directorypy.py3
Python 3.12.5py.pypy3
start: /usr/bin/pypy3: execve: no such file or directoryphp
PHP 8.2.23 (cli) (built: Aug 27 2024 15:32:20) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.23, Copyright (c) Zend Technologies with Zend OPcache v8.2.23, Copyright (c), by Zend Technologiesrs
rustc 1.80.1 (3f5fd8dd4 2024-08-06) (built from a source tarball)hs
The Glorious Glasgow Haskell Compilation System, version 9.6.6js
v20.16.0go
go version go1.22.6 linux/amd64rb
ruby 3.3.4 (2024-07-09 revision be1089c8ec) [x86_64-linux]cs
Mono C# compiler version 6.12.0.182sql
3.46.0 2024-05-23 13:25:27 96c92aba00c8375bc32fafcdf12429c58bd8aabfcadab6683e35bbb9cdebf19e (64-bit) -
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
- NodeJS(js)
/usr/bin/node /w/foo.js
- 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"
- SQL(sql)
/bin/bash -c "cp /dev/stdin init.sql && sqlite3 db.out <init.sql >/dev/null && sqlite3 -header db.out <foo.sql"
- Bash(bash)