• Servers

    ID 当前状态 系统信息 CPU信息 内存信息 Handled requests
    67de9da1 2025-4-2 3:01:06 Ubuntu 24.04.2 LTS noble x64 Intel Gen Intel® Core™ i7-11800H@2.3GHz 14.3 GiB/15.4 GiB
    678285ed Online Ubuntu 24.04.2 LTS noble x64 RHEL 7.6.0 PC (i440FX + PIIX, 1996) 7.6.0 PC (i440FX + PIIX, 1996)@2GHz 3.7 GiB/3.8 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.cc14o2, cc.cc26o2

    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

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

    java

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

    kt.jvm

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

    php

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

    rs

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

    hs

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

    js

    v22.11.0

    go

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

    rb

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

    cs

    start: /usr/bin/mcs: execve: no such file or directory
  • 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 -DONLINE_JUDGE
    • C++14(O2)(cc.cc14o2)
      /usr/bin/g++ -Wall -std=c++14 -o foo foo.cc -lm -O2 -I/include -DONLINE_JUDGE
    • C++26(O2)(cc.cc26o2)
      /usr/bin/g++ -Wall -std=c++26 -o foo foo.cc -lm -O2 -I/include -DONLINE_JUDGE
    • 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
    • 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"