摘要: #include using namespace std; #define maxn 100010 int n,m,k=1,c[maxn]; bool a[maxn],b[maxn]; string s[maxn]; inline int in(){ //ios::sync_with_stdio(false); cin>>n>>m; for(int i=1;i>a[i]... 阅读全文
posted @ 2018-07-16 23:35 TimDucan 阅读(156) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h>using namespace std;const int maxn=10010;int n,sum,a[maxn],ans;inline int read(){ int num=0,f=1; char c=getchar(); while(!isdi 阅读全文
posted @ 2018-07-16 21:50 TimDucan 阅读(123) 评论(0) 推荐(0) 编辑