摘要: lower_bound()函数需要加头文件#include<algorithm>,其基本用途是查找(返回)有序区间中第一个大于或等于给定值的元素的位置,其中排序规则可以通过二元关系来表示。 基本用法lower_bound(a,a+n,x);其中a为数组或容器名,n为数组容量,x为要查找值。注意使用前 阅读全文
posted @ 2018-08-05 19:45 llllrj 阅读(5302) 评论(2) 推荐(2) 编辑
摘要: Problem Description sd0061, the legend of Beihang University ACM-ICPC Team, retired last year leaving a group of noobs. Noobs have no idea how to deal 阅读全文
posted @ 2018-08-05 11:04 llllrj 阅读(216) 评论(0) 推荐(0) 编辑