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