不懂就问,map咋用?
  • 板块灌水区
  • 楼主Gumbo
  • 当前回复4
  • 已保存回复4
  • 发布时间2022/10/13 18:24
  • 上次更新2023/10/27 07:40:36
查看原帖
不懂就问,map咋用?
478861
Gumbo楼主2022/10/13 18:24

RT,我这样做:

map<int,int>ccf(void){
	map<int,int>nb;
	return nb;
}

ccf里面这个nb每次都是空的吗?

2022/10/13 18:24
加载中...