第 279 课
unordered_set 只存键。
去重、查存在。
count 返回 0 或 1。
读 n 个数问出现过没有。
unordered_set 适合“是否出现过”。
哈希集合。
左右方向键也可翻课