摘要: 1 #include 2 #include 3 #include 4 5 const int maxn = 10000; 6 int f[maxn]; 7 char P[maxn]; 8 char T[maxn]; 9 void getfail(char* P, int *f) { 10 f[0] = f[1] = 0; 11 int n = strle... 阅读全文
posted @ 2016-11-10 09:42 kiraa 阅读(197) 评论(0) 推荐(0) 编辑