File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
tests/library_checker_aizu_tests/trees Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ struct tree_lift {
3737 else u = p[u], v = p[v];
3838 return u;
3939 }
40- #include " ../ extra_members/dist_edges .hpp"
40+ #include " extra_members/dist .hpp"
4141};
Original file line number Diff line number Diff line change 11#define PROBLEM " https://judge.yosupo.jp/problem/lca"
22#include " ../template.hpp"
33#include " ../../../library/monotonic_stack/monotonic_stack.hpp"
4- #include " ../../../library/trees/tree_lift/tree_lift .hpp"
4+ #include " ../../../library/trees/tree_lift.hpp"
55#include " ../../../library/trees/linear_lca.hpp"
6- #include " ../../../library/trees/lca_rmq/lca_rmq .hpp"
6+ #include " ../../../library/trees/lca_rmq.hpp"
77#include " ../compress_tree_asserts.hpp"
88int main () {
99 cin.tie (0 )->sync_with_stdio (0 );
@@ -24,8 +24,8 @@ int main() {
2424 assert (lc.lca (i, i) == i);
2525 assert (lc.in_subtree (i, i));
2626 assert (lin_lca.lca (i, i) == i);
27- assert (lc.in [lc.rmq .dp [0 ][i]] == i &&
28- lc.rmq .dp [0 ][lc.in [i]] == i);
27+ assert (lc.tin [lc.rmq .dp [0 ][i]] == i &&
28+ lc.rmq .dp [0 ][lc.tin [i]] == i);
2929 }
3030 while (q--) {
3131 int u, v;
You can’t perform that action at this time.
0 commit comments