Problem 3nplus1
User Reality1001
Submission Time 2024-02-16 19:46:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:15: error: expected ‘;’ before string constant
9 | cout << n/2 " ";
| ^~~~
| ;
3nplus1.cpp:12:17: error: expected ‘;’ before string constant
12 | cout << n*3+1 " ";
| ^~~~
| ;