Problem sumint
User EoinSamalo
Submission Time 2026-04-10 17:25:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:13:10: error: expected ‘;’ before ‘}’ token
13 | return 0
| ^
| ;
14 |
15 | }
| ~