Skip to content

Commit e4c6f8c

Browse files
committed
deploy: d19f42c
1 parent 8e67dff commit e4c6f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

master/document_en/lazysegtree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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&lt;g&gt;(int l)
152-
(2 ) int seg.max_right&lt;G&gt;(int l, G g)
152+
(2💻) int seg.max_right&lt;G&gt;(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&lt;g&gt;(int r)
176-
(2 ) int seg.min_left&lt;G&gt;(int r, G g)
176+
(2💻) int seg.min_left&lt;G&gt;(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>

0 commit comments

Comments
 (0)