-
Servers
ID Status OS Info CPU Info Memory Info Handled requests 69b18719 2026-6-11 14:12:23 Debian GNU/Linux 12 bookworm x64 pc-i440fx-6.1 @2GHz 3.5 GiB/3.7 GiB 0 -
Compile Commands
- C++(cc)
/usr/bin/g++ -Wall -std=c++14 -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
- GNU++14(O2,GCC9.5.0)(cc.pts26)
/nix/store/6h4lscx0fg0ldk64pggrl35ikk5z1677-gcc-wrapper-9.5.0/bin/g++ -std=gnu++14 -o foo foo.cc -O2
- C++(cc)