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