#include "stdio.h" #include "string.h" #include "vector" using namespace std; const int inf=0x3f3f3f3f; vectormark[100010]; int key,cnt; int du[100010]; struct node { int x,l,r; }data[400010]; int Min(int a,int b) { if (a