摘要: ///查找第一个大于等于的元素///以下两种方式都可以用lower_bound和upper_bound来实现。#include<stdio.h>#include<string.h>#include<iostream>#include<algorithm>using namespace std;int 阅读全文
posted @ 2016-04-05 18:51 Alan2 阅读(129) 评论(0) 推荐(0) 编辑