leetcode-Longest Palindromic Substring

Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longest palindromic substring.spa 思路:所遍历字符为一个回文子串的中间字符,则
相关文章
相关标签/搜索