2016年11月10日

摘要: BZOJ 1455 左偏树即可 1 #include <cstdio> 2 #define LL long long 3 const LL Maxn=1000100; 4 struct Info{LL l,r,v,Dis;}Tree[Maxn]; 5 LL Father[Maxn],n,m,Dead 阅读全文

posted @ 2016-11-10 00:03 yyjxx2010xyu 阅读(154) 评论(0) 推荐(0) 编辑