摘要: #include<cstdio> #include<cstring> #include<algorithm> using namespace std; const int size=26,M=1000005; char c[M]; int w[255],n; struct node{ int sum 阅读全文
posted @ 2017-05-23 18:12 友人Aqwq 阅读(210) 评论(0) 推荐(0) 编辑
摘要: #include<cstdio> #include<cstring> #include<algorithm> using namespace std; const int M=1000055; char stack[M],s[M],t[M],f[M],next[M]; int len,top; vo 阅读全文
posted @ 2017-05-23 14:38 友人Aqwq 阅读(194) 评论(0) 推荐(0) 编辑