摘要: Count on a tree SPOJ 10628 主席树+LCA(树链剖分实现)(两种存图方式) 题外话,这是我第40篇随笔,纪念一下。 include include include using namespace std; const int maxn=1e5+100; struct nod 阅读全文
posted @ 2019-08-29 22:46 ALKING1001 阅读(176) 评论(0) 推荐(0) 编辑