#include #include using namespace std; struct node{ int x,y,v; bool operator<(node &b) {return v