Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Boost 1.78.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.78.0-gcc-11.1.0/include -std=gnu++2b
Befor sum
ABC 10 20 30 40
ABC 10 20 30 40
DEF 10 20 30 40
GHI 10 20 30 40
After sum
ABC 20 40 60 80
DEF 10 20 30 40
GHI 10 20 30 40
Exit Code:
0