Luogu 2173 [ZJOI2012]网络 - LCT
摘要:
Solution $LCT$ 直接上$QuQ$ 注意$cut$ 完 需要 $d[u + c * N]--$ 再 $link$, 不然会输出Error 1的哦 Code 1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 #de 阅读全文
posted @ 2018-09-21 21:50 cychester 阅读(148) 评论(0) 推荐(0) 编辑