会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
七分
浮生瀚海,立马昆仑。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
2022年4月19日
迭代器遍历 and auto遍历
摘要: 迭代器 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)
2022年4月18日
new start
摘要: Hello World!
阅读全文
posted @ 2022-04-18 17:19 xxj112
阅读(39)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
公告