set和map基于红黑树,自动排序 unordered_set和unordered_map基于哈希表,无序(unordered)set —— key = value set<x> map —— key + value map<x,y>