在C++中,如何创建一个关联容器`map`?
map<int, string> myMap;
map(string, int>)myMap;
map<int> myMap;
map<string> myMap;
发表评论