Problem 3nplus1
User serotonne
Submission Time 2025-01-15 16:49:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:18: error: unable to find numeric literal operator ‘operator""n’
9 | long long n = 3n + 1;
| ^~