摘要: https://www.luogu.com.cn/problem/P2440 1 #include<bits/stdc++.h> 2 using namespace std; 3 int n, k, a[100005], max_a=-1; 4 int check(int kk){ 5 int re 阅读全文
posted @ 2020-06-29 16:04 TFLSNOI 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 视频学习链接:https://www.bilibili.com/video/av925583617/ 二分初学者一定要认真熟练将以下模版练习并将逻辑理解清楚 1 #include<bits/stdc++.h> 2 using namespace std; 3 int a[10]={1,3,5,7,9 阅读全文
posted @ 2020-06-29 09:06 TFLSNOI 阅读(241) 评论(0) 推荐(0) 编辑