0_0_38996584_4837.cpp
0_0_38996584_4837.cpp(19) : error C2039: “interator”: 不是“std::map<std::string,int,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>”的成员
with
[
_Kty=std::string
, _Ty=int
]
0_0_38996584_4837.cpp(19) : error C2065: “interator”: 未声明的标识符
0_0_38996584_4837.cpp(19) : error C2146: 语法错误: 缺少“;”(在标识符“it”的前面)
0_0_38996584_4837.cpp(19) : error C2065: “it”: 未声明的标识符
0_0_38996584_4837.cpp(20) : error C2065: “it”: 未声明的标识符
0_0_38996584_4837.cpp(21) : error C2065: “it”: 未声明的标识符
0_0_38996584_4837.cpp(21) : error C2227: “->second”的左边必须指向类/结构/联合/泛型类型
类型是“unknown-type”
0_0_38996584_4837.cpp(21) : error C2227: “->first”的左边必须指向类/结构/联合/泛型类型
类型是“unknown-type”
|