#include #include #include #include #include #include #include #include #include #include using namespace std; class PowerOfThreeEasy { public: string ableToGet(int x, int y); }; string PowerOfThreeEasy::ableToGet(int x, int y) { return ""; }