#include #include #include #include #include using namespace std; class pt { public: int x,y; pt(){} pt(int a,int b){x=a;y=b;} void set(int a,int b){x=a;y=b;} void print() { cout< a; vector moves; //priority order: //UL, UR, R, LR, LL, L bool range(pt x) { if(x.xn) return; else { for(int i=0;i<6;++i) { } } } int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ cin>>n; int rs,cs,re,ce; cin>>rs>>cs>>re>>ce; start.set(rs,cs); endd.set(re,ce); check(); //pt w(7,7); //cout<>lp; /* start.print(); start.move(0); start.move(0); start.move(0); start.move(5); start.print(); */ return 0; }