We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c62af9 commit 3d18075Copy full SHA for 3d18075
library/data_structures_[l,r)/seg_tree.hpp
@@ -5,7 +5,7 @@
5
//! tree st1(n, 0, [&](int vl, int vr) {
6
//! return vl + vr;
7
//! });
8
-//! tree st(a, INT_MAX, ranges::min);
+//! tree st(n, INT_MAX, ranges::min);
9
//! int idx = st.max_right(l, r, [&](int value) {
10
//! return value <= x;
11
0 commit comments