Skip to content

Commit 162f7b2

Browse files
committed
testing CI
1 parent 6166a55 commit 162f7b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/data_structures_[l,r)/seg_tree_uncommon/max_right.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
void max_right(int l, int r, const auto& f) {
1+
void max_right(int l, int r, auto f) {
22
for (T x = unit; l < r;) {
33
int u = l + n, v = __lg(min(u & -u, r - l)),
44
m = l + (1 << v);

0 commit comments

Comments
 (0)