如何快速求 l,rl,rl,r 的中点,即 ⌊l+r2⌋\left\lfloor\dfrac{l+r}{2}\right\rfloor⌊2l+r⌋ 。
l,rl,rl,r 可以为负数,(l+r)>>1 会挂。
(l+r)>>1