• Servers

    ID 当前状态 系统信息 CPU信息 内存信息 Handled requests
    6685fc56 2025-1-23 5:48:43 Ubuntu 22.04.4 LTS jammy x64 Intel Xeon® Platinum 8369B@2.7GHz 3.3 GiB/3.5 GiB 0
  • Compiler Versions

    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.cc14, cc.cc14o2

    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.

    py.py3

    Python 3.11.9
  • Compile Commands

    • 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++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
    • Python(py)
      /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)"
    • BZOJ(bzoj)
      /w/foo
    • C++14 (O2)(bzoj.0)
      /usr/bin/g++ -Wall -std=c++14 -o foo foo.cc -lm -O2 -I/include