139. 回文子串的最大长度(回文树/二分,前缀,后缀和,Hash)

题目连接 : https://www.acwing.com/problem/content/141/html #include <bits/stdc++.h> using namespace std; const int MAXN = 1000005 ; const int N = 26 ; struct Palindromic_Tree { //cnt最后count一下
相关文章
相关标签/搜索