| Problem | addition |
|---|---|
| User | JasonJ |
| Submission Time | 2025-11-12 10:19:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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;
| ~~~~~~~~~~^~~~