赞
踩
class PalindromicSubstrings { int result = 0; public int countSubstrings(String s) { if(s == null || s.length