Problem 3nplus1
User eliasxyz
Submission Time 2025-05-22 21:56:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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