Problem sumint
User mingze
Submission Time 2026-06-23 08:58:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:14:19: error: expected ‘;’ before ‘}’ token
14 | cout << i << endl
| ^
| ;
15 | }
| ~