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