Problem 3nplus1II
User monke
Submission Time 2026-02-28 11:13:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:7:16: error: lvalue required as left operand of assignment
7 | if (length%2=0){length>>1;}
| ^