Problem 3nplus1
User fanqie
Submission Time 2024-06-27 09:03:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:13:8: error: unable to find numeric literal operator ‘operator""n’
13 | n == 3n + 1;
| ^~
3nplus1.cpp:14:11: error: unable to find numeric literal operator ‘operator""n’
14 | cout << 3n+1;
| ^~