Problem 3nplus1
User anish
Submission Time 2026-06-22 16:15:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:14: error: expected ‘;’ before ‘}’ token
10 | n = 3*n +1
| ^
| ;
11 | }
| ~
3nplus1.cpp: At global scope:
3nplus1.cpp:17:1: error: expected declaration before ‘}’ token
17 | }
| ^