摘要: 【算法】回文树 #include<cstdio> #include<algorithm> #include<cstring> using namespace std; const int maxn=100010; struct trees{int len,fail,t[260];}t[maxn]; 阅读全文
posted @ 2017-06-05 17:31 ONION_CYC 阅读(245) 评论(0) 推荐(0) 编辑