We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94da830 commit a9c2626Copy full SHA for a9c2626
2 files changed
tests/library_checker_aizu_tests/trees/kth_path_ladder.test.cpp
@@ -2,7 +2,7 @@
2
"https://judge.yosupo.jp/problem/jump_on_tree"
3
#include "../template.hpp"
4
#include "../../../library/trees/uncommon/ladder_decomposition.hpp"
5
-#include "../../../library/trees/linear_kth_par.hpp"
+#include "../../../library/trees/uncommon/linear_kth_par.hpp"
6
int main() {
7
cin.tie(0)->sync_with_stdio(0);
8
int n, q;
tests/library_checker_aizu_tests/trees/kth_path_linear.test.cpp
#include "../../../library/trees/linear_lca.hpp"
#include "../../../library/trees/lca_rmq.hpp"
#include "../compress_tree_asserts.hpp"
0 commit comments