Problem sumint
User anonymous1801
Submission Time 2026-03-07 09:22:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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