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一下
相關文章
相關標籤/搜索