Problem 3nplus1
User noob41
Submission Time 2023-11-08 11:15:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘void calculate(long int)’:
3nplus1.cpp:13:19: error: expected ‘;’ before ‘}’ token
13 | calculate(3*n+1)
| ^
| ;
14 | }
| ~