随笔分类 -  数据结构——堆和可并堆

摘要:"ref" cpp include include using namespace std; int n, m, a[100005], opt, uu, vv, fa[100005], ch[100005][2], dis[100005]; int myfind(int x){ while(fa[x 阅读全文
posted @ 2018-05-08 19:51 poorpool 阅读(167) 评论(0) 推荐(0)