摘要: 【算法】可并堆(左偏树) #include<cstdio> #include<algorithm> using namespace std; const int maxn=1000010; int l[maxn],r[maxn],fa[maxn],d[maxn],a[maxn],n,m; bool 阅读全文
posted @ 2016-12-28 19:21 ONION_CYC 阅读(207) 评论(0) 推荐(0) 编辑