Problem 3nplus1
User Aum
Submission Time 2023-11-09 20:30:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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