Problem | 3nplus1 |
---|---|
User | hjfgaksfgjhakdfjg |
Submission Time | 2023-05-25 12:20:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:12:20: error: expected ‘;’ before ‘}’ token
12 | n << (n * 3) + 1
| ^
| ;
13 | } else {
| ~
3nplus1.cpp:14:12: error: expected ‘;’ before ‘}’ token
14 | n << n/2
| ^
| ;
15 | }
| ~