Problem sumint
User Pineapple
Submission Time 2026-07-10 17:08:19
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 | sum += num
| ^
| ;
13 | }
| ~