Language
C++
Compiler
gcc 7.2.0
Options
Warnings
Optimization
Boost 1.66.0
C++17(GNU)
-pedantic
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.66.0/gcc-7.2.0/include -std=gnu++17 -pedantic
seconds = 123
microseconds = 456
0x8 0xf6 0x1 0x10 0x90 0x7
seconds = 0
microseconds = 0
seconds = 123
microseconds = 456
Exit Code:
0