摘要: 1 #include 2 #include 3 using namespace std; 4 #define N 10010 5 #define M 1000010 6 7 char S[M], T[N]; 8 int next[N]; 9 10 void Get_next()11 {12 ... 阅读全文
posted @ 2014-12-10 18:33 无道圣君 阅读(151) 评论(0) 推荐(0) 编辑