Problem | 3nplus1 |
---|---|
User | Chris |
Submission Time | 2024-11-22 10:26:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:13:6: error: expected ‘;’ before ‘}’ token
13 | n/2
| ^
| ;
14 | }
| ~
3nplus1.cpp:16:8: error: expected ‘;’ before ‘}’ token
16 | n*3+1
| ^
| ;
17 | }
| ~