#pragma GCC optimize("Ofast,unroll-loops") #include using namespace std; struct point{ int x,y; bool operator<(const point & r) const{ return tie(x,y)