牛客4913417
牛客4913417
全部文章
分类
题解(36)
归档
标签
去牛客网
登录
/
注册
牛客4913417的博客
全部文章
(共1篇)
最长回文子串
public int getLongestPalindrome(String A, int n) { // write code here int res = 1; //以每个点作为中心(奇数个为中心) 求回文子串 for(int i...
最长
回文子串
2021-02-08
0
675