洁净机器猫

文章
7
资源
0
加入时间
3年0月21天

杭电ACM2055C++

#include<iostream>#include<cctype>using namespace std;int main(){ int t; cin>>t; while(t--) { int b; char a; cin>>a>&a

c++ map 报错 map/set iterators incompatible

Demo* pD = new Demo(); for (auto item = pD->GetMapData().begin(); item != pD->GetMapData().end(); item++) { int nnn1 = item->first; BigTestStruct bbb = item->second; }报错map/set iterators incompatible,原因是每次调用函数的时候...