ID 名称 软件信息
AWK AWK awk 1.3.4
BASH BASH bash 5.1.4
BF Brain**** bf 1.33.7

Classical brain**** with as many byte-sized cells as there are bytes in the memory limit.

C C gcc 10
C11 C11 gcc11 10
C++03 C++03 g++ 10
C++11 C++11 g++11 10
C++14 C++14 g++14 10
C++17 C++17 g++17 10
C++20 C++20 g++20 10
GAS64 Assembly (x64) as_x64 2.35.2, ld_x64 2.35.2
JAVA11 Java 11 javac 11.0.12
JAVA8 Java 8 javac 1.8.0
MYSQL MYSQL mysql 15.1
OBJC Objective-C gobjc 10

Objective-C with GNUstep Base 1.22.1 on GCC 4.7.2+.

PERL Perl perl 5.32.1
POSIX POSIX gcc 10

POSIX

PY3 Python 3 python3 3.9.2
SED Sed sed 4.7
SQLITE SQLITE3 sqlite3 5.1.4
TEXT Text cat 8.32
V8JS V8 JavaScript v8dmoj 9.3.345.19

This is a custom version of V8 that adds six functions in order to perform I/O and aid in online judging.

  • print(...): similar to Python's print, prints all argument separated by space followed by new line.
  • flush(): flushes stdout, ensuring everything output by print() immediately shows up.
  • gets(): similar to the Ruby equivalent, returns one line of input from stdin.
  • read(bytes): read bytes bytes from stdin as an ArrayBuffer.
  • write(buffer): write a typed array, ArrayBuffer, or a view of ArrayBuffer to stdout.
  • quit(code): exits the program with code.
  • You can also assign to the global variable autoflush to control whether print() flushes.
ZIG Zig zig 0.6.0