随笔分类 -  其他 / 康复训练

摘要:##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 阅读(40) 评论(0) 推荐(0)