| Problem | addition |
|---|---|
| User | JordanGwee |
| Submission Time | 2026-04-10 16:12:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:15: error: expected ‘;’ before ‘}’ token
9 | cout << a + b
| ^
| ;
10 | }
| ~