We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff852d commit 521aa93Copy full SHA for 521aa93
tests/library_checker_aizu_tests/data_structures/simple_tree_inc_walk.test.cpp
@@ -1,9 +1,7 @@
1
#define PROBLEM \
2
"https://judge.yosupo.jp/problem/predecessor_problem"
3
#include "../template.hpp"
4
-int __lg(unsigned x) {
5
- return bit_width(x) - 1;
6
-}
+int __lg(unsigned x) { return bit_width(x) - 1; }
7
#include "../../../library/data_structures_[l,r]/seg_tree.hpp"
8
int main() {
9
cin.tie(0)->sync_with_stdio(0);
0 commit comments