摘要: #include<cstdio> #include<cstring> #include<algorithm> using namespace std; int n,m,ans,id[505],vis[105000]; char s[255],T[10005]; struct node{ int a[ 阅读全文
posted @ 2017-05-27 21:19 友人Aqwq 阅读(122) 评论(0) 推荐(0) 编辑
摘要: #include<cstdio> #include<cstring> #include<algorithm> using namespace std; const int M=300055; int read(){ int ans=0,f=1,c=getchar(); while(c<'0'||c> 阅读全文
posted @ 2017-05-27 16:57 友人Aqwq 阅读(213) 评论(0) 推荐(0) 编辑