Codeforces_732_D】的更多相关文章

http://codeforces.com/problemset/problem/732/D 二分查找. #include<iostream> #include<cstring> #include<cstdio> #include<algorithm> using namespace std; ],a[],ok[]; int f(int x) { memset(ok,,sizeof(ok)); ; ;i--) { if(d[i] && !ok…