摘要: https://www.luogu.com.cn/problem/P2678 关键词:二分套二分,时间复杂度为logL * N * logN 1 #include<bits/stdc++.h> 2 using namespace std; 3 int ll, n, m, a[50005]; 4 in 阅读全文
posted @ 2020-06-30 09:34 TFLSNOI 阅读(156) 评论(0) 推荐(0) 编辑