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