标题 leetcode刷题练习 https://leetcode-cn.com/ 常用公式 1.将数组分为前后两部分 int middle = ((end - start) >> 1) + start 前半部分startmiddle,后半部分middle+1end