C++ 中map<string>中如果添加的string和以往添加的string相同 那么会在map中写入后添加的内容么?
map<string,double>temp;temp.insert(pair<string,double>("a",12));temp.insert(pair<stri...
map<string,double> temp;
temp.insert(pair<string,double>("a",12));
temp.insert(pair<string,double>("b",121));
temp.insert(pair<string,double>("a",23));
temp.insert(pair<string,double>("a",567989));
temp.insert(pair<string,double>("b",23));
那么map中最终结果是什么 展开
temp.insert(pair<string,double>("a",12));
temp.insert(pair<string,double>("b",121));
temp.insert(pair<string,double>("a",23));
temp.insert(pair<string,double>("a",567989));
temp.insert(pair<string,double>("b",23));
那么map中最终结果是什么 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询