#include #include #include #include #include using namespace std; int xx[6]={-2,0,2,2,0,-2}; int yy[6]={1,2,1,-1,-2,-1}; int check(int x, int y, int n){ if((x>=0 && x=0 && y>n; int sx,sy,dx,dy; cin>>sx>>sy>>dx>>dy; string s=""; shortestPath(sx, sy, dx, dy, n, s,0); if(m==10000)cout<<"Impossible"<