Skip to content

Commit

Permalink
Merge pull request yosupo06#1282 from maspypy/ostask
Browse files Browse the repository at this point in the history
問題文修正
  • Loading branch information
maspypy authored Nov 18, 2024
2 parents 193534e + bfe37b9 commit dae9141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_structure/ordered_set/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please process the following $Q$ queries:

- 0 $x$ : $x\notin S$ ならば $x$ を $S$ に挿入する.$x\in S$ ならば何もしない.
- 1 $x$ : $x\in S$ ならば $x$ を $S$ から取り除く.$x\notin S$ ならば何もしない.
- 2 $x$ : $S$ の要素のうち昇順 $x$ 番目のものを出力する.$|S|<k$ ならば $-1$ を出力する.
- 2 $x$ : $S$ の要素のうち昇順 $x$ 番目のものを出力する.$|S|<x$ ならば $-1$ を出力する.
- 3 $x$ : $S$ の $x$ 以下の要素の個数を出力する.
- 4 $x$ : $S$ の $x$ 以下の要素のうち最大のもの(存在しないならば $-1$)を出力する.
- 5 $x$ : $S$ の $x$ 以上の要素のうち最小のもの(存在しないならば $-1$)を出力する.
Expand Down

0 comments on commit dae9141

Please sign in to comment.