Clarifications


Task Name Username Clarifications Response Public Created time Modified time
G - Range Set Modifying Query FlowerOfSorrow
1. If $S_i$ already contains $x$ when inserting it, does $S_i$ contain two copies of $x$ after? or just 1?
2. What happens if we remove $x$ from $S_i$ when $S_i$ does not contain it?
1. There will be only one element.
2. Nothing happens.

1. $S_i$ に $x$ を追加するときに既に $x$ が $S_i$ に含まれていた場合は、$S_i$ は変化しません。
2. $S_i$ から $x$ を削除するときに $x$ が $S_i$ に含まれていなかった場合は、$S_i$ は変化しません。
Yes