Skip to content

Commit a9c2626

Browse files
committed
fix
1 parent 94da830 commit a9c2626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/library_checker_aizu_tests/trees/kth_path_ladder.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"https://judge.yosupo.jp/problem/jump_on_tree"
33
#include "../template.hpp"
44
#include "../../../library/trees/uncommon/ladder_decomposition.hpp"
5-
#include "../../../library/trees/linear_kth_par.hpp"
5+
#include "../../../library/trees/uncommon/linear_kth_par.hpp"
66
int main() {
77
cin.tie(0)->sync_with_stdio(0);
88
int n, q;

tests/library_checker_aizu_tests/trees/kth_path_linear.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"https://judge.yosupo.jp/problem/jump_on_tree"
33
#include "../template.hpp"
44
#include "../../../library/trees/linear_lca.hpp"
5-
#include "../../../library/trees/linear_kth_par.hpp"
5+
#include "../../../library/trees/uncommon/linear_kth_par.hpp"
66
#include "../../../library/trees/lca_rmq.hpp"
77
#include "../compress_tree_asserts.hpp"
88
int main() {

0 commit comments

Comments
 (0)