Problem | addition |
---|---|
User | blob |
Submission Time | 2023-11-08 10:29:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:13: error: no match for ‘operator+=’ (operand types are ‘std::basic_ostream<char>’ and ‘int’)
6 | cout << a+= b;
| ~~~~~~~~~^~~~