Skip to content

Commit 521aa93

Browse files
committed
format
1 parent 7ff852d commit 521aa93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/library_checker_aizu_tests/data_structures/simple_tree_inc_walk.test.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#define PROBLEM \
22
"https://judge.yosupo.jp/problem/predecessor_problem"
33
#include "../template.hpp"
4-
int __lg(unsigned x) {
5-
return bit_width(x) - 1;
6-
}
4+
int __lg(unsigned x) { return bit_width(x) - 1; }
75
#include "../../../library/data_structures_[l,r]/seg_tree.hpp"
86
int main() {
97
cin.tie(0)->sync_with_stdio(0);

0 commit comments

Comments
 (0)