Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:13:19: error: expected ‘;’ before ‘}’ token 13 | cout << i << endl | ^ | ; 14 | } | ~