虚心诺言

文章
7
资源
1
加入时间
2年11月11天

杭电1867

KMP的简单应用注意前后缀都可以,还有就是都不匹配就按字典序输出;   #include #include #include #include using namespace std; int next[100010]; void getNext(char P[]) { int j=0,k=-1; next[0]=-1;