#include #include #include #include #include #include #include #include #include #include using namespace std; class FoxAndChess { public: string ableToMove(string begin, string target); }; string FoxAndChess::ableToMove(string begin, string target) { return ""; }