We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2680f commit 49f068fCopy full SHA for 49f068f
1 file changed
tests/library_checker_aizu_tests/trees/kth_path_ladder.test.cpp
@@ -1,6 +1,7 @@
1
#define PROBLEM \
2
"https://judge.yosupo.jp/problem/jump_on_tree"
3
#include "../template.hpp"
4
+#undef sz
5
#define sz(x) (int)ssize(x)
6
#include "../../../library/trees/uncommon/ladder_decomposition.hpp"
7
int main() {
0 commit comments