随笔分类 -  回文自动机

摘要:题目 学习博客 题解 #include<bits/stdc++.h> using namespace std; const int N=100002; int mp[99],ans,T,f[N],fail[N],ch[N][4],sz,q[N],h,t,len[N],s[N],n,las[N],la 阅读全文
posted @ 2018-12-24 11:11 Mingoal 阅读(13) 评论(0) 推荐(0)