array、vector、deque、list、forward_list不带count成员函数,如需使用,可使用全局的count函数;
set/multiset、map/multimap、 unordered_set/unordered_multiset、unordered_map/unordered_multimap自带有成员函数count()
array、vector、deque、list、forward_list不带count成员函数,如需使用,可使用全局的count函数;
set/multiset、map/multimap、 unordered_set/unordered_multiset、unordered_map/unordered_multimap自带有成员函数count()