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