摘要: 二分然后验证 Code #include<bits/stdc++.h> using namespace std; long long n,m; long long a[500005]; int main() { ios::sync_with_stdio(false); cin.tie(0); cou 阅读全文
posted @ 2020-05-30 17:38 ___Charles 阅读(146) 评论(0) 推荐(0)