Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:10:13: error: expected ‘;’ before ‘return’ 10 | cout << sum | ^ | ; 11 | return 0; | ~~~~~~