摘要: 二分(函数) lower_bound(ForwardIter first, ForwardIter last,const _Tp& val)算法返回一个非递减序列[first, last)中的第一个大于等于值val的位置。 lower_bound(dp+1,dp+cnt+1,a[i])-dp; up 阅读全文
posted @ 2019-04-01 14:39 ___292 阅读(125) 评论(0) 推荐(0)