#include using namespace std; class Solution { public: bool isHappy(int n); bool test(int n, bool answer); };