# 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.
# Explanation: The answer is "wke", with the length of 3. # Notice that the answer must be a substring, "pwke" is a subsequence and not a substring.
一些您可能无法访问的结果已被隐去。
显示无法访问的结果