Problem 3nplus1
User apples
Submission Time 2026-04-01 08:20:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:11: error: expected ‘;’ before ‘}’ token
8 | n = n/2
| ^
| ;
9 | } else {
| ~
3nplus1.cpp:10:13: error: expected ‘;’ before ‘}’ token
10 | n = n*3+1
| ^
| ;
11 | }
| ~