Problem sumint
User Cy
Submission Time 2026-06-22 22:28:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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