Problem 3nplus1
User KJF
Submission Time 2026-02-17 13:37:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:8: error: unable to find numeric literal operator ‘operator""n’
10 | n = 3n + 1
| ^~
3nplus1.cpp:12:10: error: expected ‘;’ before ‘}’ token
12 | n /= 2
| ^
| ;
13 | }
| ~