摘要:
A:签到: #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<LL,int> pii; const int N = 1005; const int M = 1e6+5; const LL M 阅读全文
摘要:
A:又又又读错题了~ 如果1和0的个数一样,就删完1. 如果0的个数多,也删完0. 然后1的个数多,那就留下偶数个1即可 #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<LL,int> p 阅读全文