Skip to content

Commit 3d18075

Browse files
committed
fix
1 parent 6c62af9 commit 3d18075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/data_structures_[l,r)/seg_tree.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! tree st1(n, 0, [&](int vl, int vr) {
66
//! return vl + vr;
77
//! });
8-
//! tree st(a, INT_MAX, ranges::min);
8+
//! tree st(n, INT_MAX, ranges::min);
99
//! int idx = st.max_right(l, r, [&](int value) {
1010
//! return value <= x;
1111
//! });

0 commit comments

Comments
 (0)