#include #include #include #include using namespace std; struct Point{ int x,y,value; bool operator<(const Point &aa)const{ return value