| Problem | addition |
|---|---|
| User | np08kos |
| Submission Time | 2024-06-24 14:17:02 |
| 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;
| ~~~~~~~~~^~~~