| Problem | 3nplus1 |
|---|---|
| User | BombBirdBath |
| Submission Time | 2024-04-05 14:03:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:13:36: error: expected ‘;’ before ‘if’
13 | if(result%2==1) result=result*3+1
| ^
| ;
14 | if(result%2==0) result=result/2;
| ~~