摘要: 初始化 关于capacity 和 reserve: 阅读全文
posted @ 2015-12-30 06:49 飞飞喵 阅读(169) 评论(0) 推荐(0)
摘要: 遍历mapit->first it->second#include#include#includeint main(){map words;map::iterator it=words.begin();for(;it!=words.end();++it) coutfirst ... 阅读全文
posted @ 2015-12-30 06:48 飞飞喵 阅读(112) 评论(0) 推荐(0)