摘要: 返回你要搜到的数组的右端点的下一位 #include <cstdio> #include <cmath> #include <algorithm> using namespace std; int main(){ int a[5]={1,2,3}; int x=lower_bound(a,a+4,6 阅读全文
posted @ 2020-04-25 18:06 liuzhaoxu 阅读(313) 评论(0) 推荐(1) 编辑