#include #include #include #include #include using namespace std; struct tre { int dist; int id; }d[100010]; bool cmp1(tre x,tre y) { return x.dist>y.dist; } bool cmp2(tre x,tre y) { return x.id