#include #include #include #include #include #include #define eps 1e-9 #define LL long long #define mod 2333333 using namespace std; map ma; int pos[100]; int clo,p,ed; struct node { int x,y,w; }a[250000]; int f[500]; LL te[200]; int cmp(node a,node b) { return (a.w