Problem sumint
User earthyeet
Submission Time 2025-07-29 11:29:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:9:11: error: expected ‘;’ before ‘}’ token
9 | sum += a
| ^
| ;
10 | }
| ~