这是令人困惑的行: x_next = (x_next + (a // x_prev)) >> 1
x_next = (x_next + (a // x_prev)) >> 1
bit-shift python-3.x
bit-shift ×1
python-3.x ×1