Problem sumint
User kongmoyu789
Submission Time 2026-07-10 17:08:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:17:10: error: expected ‘}’ at end of input
17 | return 0;
| ^
sumint.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^