摘要: #include<bits/stdc++.h> using namespace std; const int MAXN = 100005 ; const int N = 26 ; struct Palindromic_Tree { int next[MAXN][N] ; int fail[MAXN] 阅读全文
posted @ 2019-09-29 20:23 天明天明 阅读(83) 评论(0) 推荐(0) 编辑