hdu1358(循環節)

#include<iostream> #include<cstdio> #include<string> #include<cstring> using namespace std; int knext[1000000+100]; void get_kmp(string s,int len){ int i = 0; int j = -1; knext[0] = -1;
相關文章
相關標籤/搜索