单选题

C++中,如何创建一个关联容器`map`?

A.

map<int, string> myMap;

B.

map(string, int>)myMap;

C.

map<int> myMap;

D.

map<string> myMap;

发表评论

登录 后再回复