Problem 3nplus1
User Runjia
Submission Time 2025-02-08 12:10:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:7:6: error: unable to find numeric literal operator ‘operator""n’
7 | if (10n/2=10*(n/2)){
| ^~~
3nplus1.cpp:11:5: error: unable to find numeric literal operator ‘operator""n’
11 | n=3n+1;
| ^~