Problem sumint
User shaekpie
Submission Time 2026-06-23 10:49:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:12:16: error: expected ‘;’ before ‘}’ token
12 | total += each
| ^
| ;
13 | }
| ~
sumint.cpp:14:15: error: expected ‘;’ before ‘}’ token
14 | cout << total
| ^
| ;
15 | }
| ~