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

Compile Error

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