摘要:
#include #include #include using namespace std; int next1[1000010]; int m; char b[1000010]; void build_next() { int i=0; int j=-1; next1[0]=-1; while(i<m) { while(j!... 阅读全文
摘要:
附上博客http://blog.csdn.net/muxidreamtohit/article/details/8865210 阅读全文
摘要:
附上一篇博客http://blog.csdn.net/cambridgeacm/article/details/7752247 阅读全文