Problem 3nplus1
User Ant1234567890
Submission Time 2025-06-09 10:35:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:11:11: error: expected ‘;’ before ‘}’ token
11 | x=3*x+1
| ^
| ;
12 | }
| ~
3nplus1.cpp:14:9: error: expected ‘;’ before ‘return’
14 | cout<<x
| ^
| ;
15 | return 0;
| ~~~~~~