摘要: ##1 二分 查找第一个大于等于B的数 #include<iostream> #include<algorithm> using namespace std; typedef long long ll; const int maxn=1e6+100; int a[maxn]; int main(){ 阅读全文
posted @ 2023-03-05 23:49 lipu123 阅读(33) 评论(0) 推荐(0) 编辑