摘要: #include<bits/stdc++.h>using namespace std;int x,y;vector<int>v1,v2;long long solve(vector<int>v){ long long sum=0; set<int>s; int len=v.size(); for(i 阅读全文
posted @ 2018-09-11 23:37 sewage 阅读(423) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h>using namespace std;int n,m,k,l;int x[1007],y[1007],z[1007];int dp[1007][207];void init()//预处理n次处理后的情况{ for(int i=0;i<=l+100;i+ 阅读全文
posted @ 2018-09-11 22:49 sewage 阅读(228) 评论(0) 推荐(0) 编辑