求助
  • 板块灌水区
  • 楼主Pethly_Cat
  • 当前回复12
  • 已保存回复12
  • 发布时间2020/8/29 14:32
  • 上次更新2023/11/5 14:01:59
查看原帖
求助
134066
Pethly_Cat楼主2020/8/29 14:32

为什么

vector<string>p[500001];
map<string,int>l;
string b;
string c[3];
p[l[b]].push_back(c[2]);

是错的,而改成

vector<string>p[500001];
map<string,int>l;
string b;
string c[3];
p[l["a"]].push_back(c[2]);

就对了???

2020/8/29 14:32
加载中...