#include using namespace std; int main(){ int inct; int origx, origy; int x, y; cin>>inct; while(inct!=0) { int loccnt=0; cin>>origx>>origy; while(loccnt>x>>y; x-=origx;y-=origy; if(x==0 || y==0) cout<<"divisa"<0 && y>0) cout<<"NE"<0 && y<0) cout<<"SE"<0) cout<<"NO"<>inct; } return 0; }