Problem | addition |
---|---|
User | trashcan08 |
Submission Time | 2024-11-07 09:31:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:15: error: expected ‘;’ before ‘}’ token
8 | cout << a + b
| ^
| ;
9 | }
| ~