Problem | 3nplus1 |
---|---|
User | StarSparrowFox |
Submission Time | 2024-01-24 17:57:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:11:8: error: unable to find numeric literal operator ‘operator""n’
11 | n = 3n+1;
| ^~
3nplus1.cpp:13:11: error: expected ‘;’ before ‘}’ token
13 | n = n/2
| ^
| ;
14 | }
| ~