摘要: #include<bits/stdc++.h>using namespace std;typedef long long ll;const int mod = 1e9+7;const int inf = 0x3f3f3f3f;const int mx = 1e6+5;struct node{ int 阅读全文
posted @ 2018-08-16 20:35 sewage 阅读(122) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h>using namespace std;int a[100010];char s[20];int zhiren[100010];vector<int>haoren[100010];int sum=0;void dfs(int x,int y,int fl 阅读全文
posted @ 2018-08-16 19:24 sewage 阅读(122) 评论(0) 推荐(0) 编辑