Problem sumint
User key678
Submission Time 2026-06-22 16:25:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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