#include #include #include #include #include using namespace std; typedef long long ll; struct node{ int x,y; }tree[11]; bool cmp(node a,node b) { if(a.x==b.x) return a.y