https://www.zhihu.com/question/51727516/answer/927853763
1.unordered_map(find,count)
虽然find是查找,但作为条件不方便,因为要使用迭代器。count个数都为1,但是是int值,适合作为条件判断语句
0306——unordered_map(find,count)
原文:https://www.cnblogs.com/Marigolci/p/12424627.html