Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:8:20: error: expected ‘;’ before ‘}’ token 8 | } else{ n = 3*n + 1 | ^ | ; 9 | } | ~