Problem | addition |
---|---|
User | mcflurriec |
Submission Time | 2024-06-18 10:27:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:13:10: error: expected ‘;’ before ‘}’ token
13 | return 0
| ^
| ;
14 | }
| ~