2019-08-05 ACM老Blog迁移stencildata_struct cdq nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 转移自老blog cdq 三维偏序 #include<bits/stdc++.h> using namespac... 阅读全文…
2019-08-05 ACM老Blog迁移stencildata_struct kd树 nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 转移自老blog kdTree ... 阅读全文…
2019-08-05 ACM老Blog迁移stencildata_struct lct nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 转移自老blog link cut tree link cut tree是什么 &n... 阅读全文…
2019-08-05 ACM老Blog迁移stencildata_struct map nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 转移自老blog map struct mymap { static const int N=(1<<22); int k... 阅读全文…
2019-08-05 ACM老Blog迁移stencildata_struct rmq nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 转移自老blog rmq倍增 struct RMQ{ static const int maxn=1000,lgmaxn=... 阅读全文…
2019-08-05 ACM老Blog迁移stencildata_struct splay nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 转移自老blog splay ... 阅读全文…
2019-08-05 ACM老Blog迁移stencildata_struct 主席树 nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 转移自老blog 主席树 ------ 2019.4.30 什么是主席树 ... 阅读全文…
2019-08-05 ACM老Blog迁移stencildata_struct 划分树 nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 转移自老blog 划分树 hahahahahaha 阅读全文…
2019-08-05 ACM老Blog迁移stencildata_struct 区间加+区间乘+区间求和的双标记线段树 nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 转移自老blog 线段树 typedef long long ll; #define ls (rt<<1) #defi... 阅读全文…
2019-08-05 ACM老Blog迁移stencildata_struct 区间加+区间乘+区间赋值+区间p次方求和的三标记线段树 nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial 转移自老blog 线段树 //hdu 4578 #define ls (rt<<1) #de... 阅读全文…