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