/**
Given a string s, return the number of palindromic substrings in it.
A string is a palindrome when it reads the s
2022-11-10