Introduction - If you have any usage issues, please Google them yourself
Find the number of palindrome subsequences of a string of no longer than 15 (subsequence length >=1). Input description Enter a string of no more than 15, and the string is represented by lowercase letters Output description Output the number of palindrome subsequences Sample input:abaa Sample output:10