Problem | 3nplus1 |
---|---|
User | itchydeez |
Submission Time | 2023-11-10 09:47:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:6: error: unable to find numeric literal operator ‘operator""n’
9 | n=3n+1
| ^~
3nplus1.cpp:14:8: error: expected ‘;’ before ‘cout’
14 | n=n/2
| ^
| ;
15 | cout<<n
| ~~~~