Problem sumint
User xm0728
Submission Time 2025-05-06 17:10:59
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 | total += c
| ^
| ;
13 | }
| ~