摘要: #include using namespace std; const int maxn=2e5+10; struct Tree{ int l,r,s; }tree[maxn*32];//开32倍 struct node{ int w,pos; }a[maxn]; int b[maxn],c[maxn],root[maxn]; //b 离散后的位置 c原值 root个树... 阅读全文
posted @ 2019-05-16 21:04 Minun 阅读(281) 评论(0) 推荐(0) 编辑