Problem 3nplus1
User idkmaybe
Submission Time 2024-01-02 16:37:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:14:20: error: expected ‘;’ before ‘}’ token
14 | a=3*a+1
| ^
| ;
15 | }else{
| ~
3nplus1.cpp:16:17: error: expected ‘;’ before ‘}’ token
16 | a/=2
| ^
| ;
17 | }
| ~