// luogu-judger-enable-o2 #include #include using namespace std; struct node { int ti,id; }; inline bool operator<(const node a,const node b) { return a.ti