Problem | 3nplus1 |
---|---|
User | NoynYT |
Submission Time | 2024-04-16 12:27:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:13: error: expected ‘;’ before ‘}’ token
10 | n=(3*n)+1
| ^
| ;
11 | }
| ~
3nplus1.cpp:13:9: error: expected ‘;’ before ‘}’ token
13 | n=n/2
| ^
| ;
14 | }
| ~