Problem 3nplus1
User BalticSeaAnomaly
Submission Time 2026-05-26 16:55:31
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 ‘;’ at end of input
12 | cout<<n*3+1
| ~^
| ;
3nplus1.cpp:12:11: error: expected ‘}’ at end of input
12 | cout<<n*3+1
| ^
3nplus1.cpp:11:8: note: to match this ‘{’
11 | }else{
| ^
3nplus1.cpp:12:11: error: expected ‘}’ at end of input
12 | cout<<n*3+1
| ^
3nplus1.cpp:6:8: note: to match this ‘{’
6 | main() {
| ^