We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 211d72a + c70d3c5 commit 91102f7Copy full SHA for 91102f7
document_en/lazysegtree.md
@@ -126,7 +126,7 @@ It returns `op(a[0], ..., a[n - 1])`, assuming the properties of the monoid. It
126
127
```cpp
128
(1) int seg.max_right<g>(int l)
129
-(2) int seg.max_right<G>(int l, G g)
+(2💻) int seg.max_right<G>(int l, G g)
130
```
131
132
- (1): It applies a binary search on the segment tree. The function `bool g(S x)` should be defined.
@@ -153,7 +153,7 @@ If `g` is monotone, this is the maximum `r` that satisfies `g(op(a[l], a[l + 1],
153
154
155
(1) int seg.min_left<g>(int r)
156
-(2) int seg.min_left<G>(int r, G g)
+(2💻) int seg.min_left<G>(int r, G g)
157
158
159
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments