Problem addition
User np08kos
Submission Time 2024-06-24 14:16:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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