Problem addition
User sharelletqx
Submission Time 2026-08-06 10:29:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:11: error: no match for ‘operator+=’ (operand types are ‘std::basic_ostream<char>’ and ‘int’)
6 | cout << a+=b;
| ~~~~~~~~~^~~