File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ <h2>apply</h2>
149
149
</ ul >
150
150
< h2 > max_right</ h2 >
151
151
< pre > < code class ="language-cpp "> (1) int seg.max_right<g>(int l)
152
- (2 ) int seg.max_right<G>(int l, G g)
152
+ (2💻 ) int seg.max_right<G>(int l, G g)
153
153
</ code > </ pre >
154
154
< ul >
155
155
< li > (1): It applies a binary search on the segment tree. The function < code > bool g(S x)</ code > should be defined. </ li >
@@ -173,7 +173,7 @@ <h2>max_right</h2>
173
173
</ ul >
174
174
< h2 > min_left</ h2 >
175
175
< pre > < code class ="language-cpp "> (1) int seg.min_left<g>(int r)
176
- (2 ) int seg.min_left<G>(int r, G g)
176
+ (2💻 ) int seg.min_left<G>(int r, G g)
177
177
</ code > </ pre >
178
178
< ul >
179
179
< li > (1): It applies a binary search on the segment tree. The function < code > bool g(S x)</ code > should be defined. </ li >
You can’t perform that action at this time.
0 commit comments