@yang12138
2020-04-30T16:29:55.000000Z
字数 573
阅读 988
回文个数
http://www.51nod.com/Challenge/Problem.html#problemId=1089
https://leetcode-cn.com/problems/palindromic-substrings/
manacher的时候对R数组求和即可
http://hihocoder.com/problemset/problem/1602?sid=1575379
manacher的时候hash一下
http://acm.hdu.edu.cn/showproblem.php?pid=4632
https://leetcode-cn.com/problems/count-different-palindromic-subsequences/