随笔分类 -  虚树

摘要:模板:(树剖$LCA$+建虚树) cpp include define int long long using namespace std; const int maxn=250000+10; const int inf=1e18; int n,m,dp[maxn],dis[maxn],vis[ma 阅读全文
posted @ 2018-11-15 19:13 Owen_codeisking 阅读(444) 评论(0) 推荐(0)