摘要: KMP 1 #include<cstring> 2 #include<algorithm> 3 #include<cstdio> 4 using namespace std; 5 const int maxn=2000; 6 char a[maxn+50],s[maxn+50]; 7 int nex 阅读全文
posted @ 2016-09-28 09:01 Chellyutaha 阅读(1452) 评论(0) 推荐(3) 编辑