Language
C++
Compiler
clang 15.0.7
Options
Warnings
Boost 1.80.0
C++2b(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.80.0-clang-15.0.7/include -std=gnu++2b
Parsing three integers a,b,c from
10 20 30
a:10
IO Flags
good
b:20
IO Flags
good
c:30
IO Flags
eof
Exit Code:
0