摘要: LCA 问题,因为查询操作很少,这次使用离线的Tarjan算法 #include <iostream> #include <cstdio> #include <algorithm> #include <utility> #include <stack> #include <vector> #incl 阅读全文
posted @ 2020-03-29 10:39 IdiotNe 阅读(74) 评论(0) 推荐(0) 编辑