Problem 3nplus1
User anish
Submission Time 2026-06-22 16:15:39
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: At global scope:
3nplus1.cpp:17:1: error: expected declaration before ‘}’ token
17 | }
| ^