Problem addition
User sharelletqx
Submission Time 2026-02-28 11:09:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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