Problem 3nplus1
User Cat
Submission Time 2025-01-22 16:33:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:11:13: error: lvalue required as left operand of assignment
11 | n /= 2 = M;
| ^
3nplus1.cpp:15:20: error: lvalue required as left operand of assignment
15 | n = 3 * n + 1 = X;
| ^