#include using namespace std; class Solution { public: string longestPalindrome(string s); bool test(string s, string answer); };