Problem 3nplus1
User BalticSeaAnomaly
Submission Time 2026-05-26 16:56:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:10: error: expected ‘;’ before ‘}’ token
10 | cout<<n/2
| ^
| ;
11 | }else{
| ~
3nplus1.cpp:12:12: error: expected ‘;’ before ‘}’ token
12 | cout<<n*3+1
| ^
| ;
13 | }
| ~