Codeforces_734_C】的更多相关文章

http://codeforces.com/problemset/problem/734/C 枚举第一种,二分第二种,注意不取的情况. #include<iostream> #include<cstring> #include<cstdio> #include<algorithm> using namespace std; ],b[],c[],d[]; int main() { scanf("%I64d%I64d%I64d%I64d%I64d&qu…