本题为二分函数模板练习题,可练习使用 lower_bound()lower\_bound()lower_bound() 和 upper_bound()upper\_bound()upper_bound() 两个实用函数。 当然了也可练习手写函数实现