for (auto it : add) { int x = find(it.first); a[x] += it.second; }
这行代码编译错误,返回
[Error] 'it' does not name a type
然而在洛谷IDE能成功运行
Dev-cpp出锅?如何操作?