Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Don't Use Boost
C++11
-pedantic
$ g++ prog.cc -Wall -Wextra -std=c++11 -pedantic
sizeof(unsigned int) = 4
sizeof(size_t) = 8
to add : 0xffffffff
diff_uint : 0x6
diff_sizet : 0x100000006
Exit Code:
0