Problem sumint
User midtthew
Submission Time 2026-07-11 13:57:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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