Dev-cpp的未知问题
  • 板块灌水区
  • 楼主JuyiLs
  • 当前回复5
  • 已保存回复5
  • 发布时间2022/7/16 11:24
  • 上次更新2023/10/27 20:04:41
查看原帖
Dev-cpp的未知问题
751511
JuyiLs楼主2022/7/16 11:24
for (auto it : add) {
  int x = find(it.first);
  a[x] += it.second;
}

这行代码编译错误,返回

[Error] 'it' does not name a type

然而在洛谷IDE能成功运行

Dev-cpp出锅?如何操作?

2022/7/16 11:24
加载中...