Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:14:13: error: expected ‘;’ before ‘a’ 14 | cin >> c | ^ | ; 15 | a = a + c | ~