#include #include #include #include #include #include #include using namespace std; class CatchTheBeatEasy { public: string ableToCatchAll(vector x, vector y); }; string CatchTheBeatEasy::ableToCatchAll(vector x, vector y) { return ""; }