diff --git a/data_structure/ordered_set/task.md b/data_structure/ordered_set/task.md index 66b36d7e..eb2fcef9 100644 --- a/data_structure/ordered_set/task.md +++ b/data_structure/ordered_set/task.md @@ -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|