Language
C++
Compiler
gcc 12.1.0
Options
Warnings
Don't Use Boost
C++14
no pedantic
$ g++ prog.cc -Wall -Wextra -std=c++14
a: {id: 1, count: 10}
b: {id: 2, count: 20}
a: {id: 1, count: 10}
b: {id: 1, count: 10}
ret: 1011
a: {id: 1, count: 10}
b: {id: 1, count: 10}
Exit Code:
0