| Problem | 3nplus1 |
|---|---|
| User | xyzidk9 |
| Submission Time | 2026-02-14 09:52:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:12: error: expected ‘;’ before ‘}’ token
7 | n = n*3+1
| ^
| ;
8 | }
| ~
3nplus1.cpp:14:10: error: expected ‘;’ before ‘}’ token
14 | n = n/2
| ^
| ;
15 | }
| ~