Language
C++
Compiler
gcc 13.2.0
Options
Warnings
Boost 1.83.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.83.0-gcc-13.2.0/include -std=gnu++2b
1 ==> , , 1
1
1. does not match
1.10 ==> 1., , 10
1
.1.10 does not match
1.10. does not match
1.10.100 ==> 1., 10., 100
1
Exit Code:
0