| Problem | addition |
|---|---|
| User | RhombusGHIL |
| Submission Time | 2026-04-15 16:34:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:13:6: error: expected ‘;’ before ‘cout’
13 | a+=b
| ^
| ;
......
16 | cout << b;
| ~~~~