摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; const int maxn = 1005; const int N = 1000005; int data[maxn][maxn]; int nex 阅读全文
posted @ 2021-08-25 14:06 智人心 阅读(121) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<bitset> #include<cstdio> using namespace std; const int maxn = 1005; bitset<maxn>data[maxn]; int n,m; vo 阅读全文
posted @ 2021-08-25 12:50 智人心 阅读(51) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; const int maxn = 100005; int data[maxn]; int n,m; bool test(int min){ int i,sum=0,group=1; fo 阅读全文
posted @ 2021-08-25 10:39 智人心 阅读(31) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<cstdio> using namespace std; struct Node{ int v,b; }node[25]; bool cmp(Node n1,Node n2){ return n1.v<n 阅读全文
posted @ 2021-08-25 09:46 智人心 阅读(29) 评论(0) 推荐(0)