Problem 3nplus1
User evan
Submission Time 2025-06-19 13:33:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:8: error: unable to find numeric literal operator ‘operator""n’
8 | n = (3n)+1
| ^~
3nplus1.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
3nplus1.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^