C++ Online Compiler
Connecting...
main.cpp
Command Reference
Compile & Run
$ g++ main.cpp -o main -std=c++17 -O2 $ ./main
Common Flags
-std=c++17 Standard -O2 Optimize -Wall Warnings -g Debug info -lm Link math -fsanitize=address ASan
Output
Ctrl+Enter = Compile & Run