Problem sumint
User itchydeez
Submission Time 2023-11-08 15:32:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:10:8: error: expected ‘;’ before ‘sum’
10 | cin>>c
| ^
| ;
11 | sum=c+sum;}
| ~~~