File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ <h2>apply</h2>
149149</ ul >
150150< h2 > max_right</ h2 >
151151< 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)
153153</ code > </ pre >
154154< ul >
155155< 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>
173173</ ul >
174174< h2 > min_left</ h2 >
175175< 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)
177177</ code > </ pre >
178178< ul >
179179< 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