| Problem | 3nplus1 |
|---|---|
| User | Cat |
| Submission Time | 2025-01-22 16:32:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:13: error: lvalue required as left operand of assignment
10 | n /= 2 = M;
| ^
3nplus1.cpp:15:20: error: lvalue required as left operand of assignment
15 | n = 3 * n + 1 = X;
| ^