Problem sumint
User dl2704
Submission Time 2023-11-10 15:31:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:10:14: error: expected ‘;’ before ‘}’ token
10 | }cout<<total
| ^
| ;
11 | }
| ~