Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:6:7: error: expected ‘;’ before ‘cin’ 6 | c = 0 | ^ | ; 7 | cin >> a; | ~~~