KMP算法求Next数组vector<int> Next;
void GetNext(string s){
cout<<s<<endl;
int n = s.length();
Next
2020-05-07