上一页 1 ··· 4 5 6 7 8
摘要: 迭代器 map<string,int>::iterator it; for(it=mp.begin();it!=mp.end();it++) { cout<<it->first<<" "<<it->second<<endl; } auto for(auto l:mp) { cout<<l.first 阅读全文
posted @ 2022-04-19 20:54 xxj112 阅读(88) 评论(0) 推荐(0)
摘要: Hello World! 阅读全文
posted @ 2022-04-18 17:19 xxj112 阅读(39) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8