正放的瓶塞

导航

2021年7月12日 #

树剖学习

摘要: ##树剖学习 主要分为两部分 剖分-dfs 树链的应用-线段树 LCA等 #include<iostream> #include<cstdio> #include<algorithm> #define M 1001010 using namespace std; //xx int n,m,a[100 阅读全文

posted @ 2021-07-12 11:06 正放的瓶塞 阅读(31) 评论(0) 推荐(0)