Problem | 3nplus1 |
---|---|
User | DuckyKayden |
Submission Time | 2025-08-15 08:41:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:15:17: error: expected ‘;’ before ‘}’ token
15 | n = n * 3 + 1
| ^
| ;
16 | }
| ~