| Problem | 3nplus1II |
|---|---|
| User | pasit |
| Submission Time | 2026-07-31 11:44:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘void solve()’:
3nplus1II.cpp:9:17: error: expected initializer before ‘cur’
9 | unsigned ll cur = n;
| ^~~
3nplus1II.cpp:12:12: error: ‘cur’ was not declared in this scope
12 | if(cur%2 != 0) cur = 3LL*cur+1;
| ^~~
3nplus1II.cpp:16:13: error: ‘cur’ was not declared in this scope
16 | cout << cur;
| ^~~