Given a string s, return the total number of palindromic substrings in it.
Every single character is a palindrome. Two substrings count separately if they start or end at different indices, even when they consist of the same letters.
"abc""aaa""a""""aaba""abccba""racecar"