0_0_22149541_2670.cpp
0_0_22149541_2670.cpp(44) : error C2146: 语法错误: 缺少“;”(在标识符“it”的前面)
0_0_22149541_2670.cpp(44) : error C2350: “std::map<std::string,std::vector<int,std::allocator<_Ty>>,std::less<_Kty>,std::allocator<std::pair<const _Kty,std::vector<_Ty,std::allocator<_Ty>>>>>::iterator”不是静态成员
with
[
_Ty=int
, _Kty=std::string
]
0_0_22149541_2670.cpp(44) : error C2065: “it”: 未声明的标识符
0_0_22149541_2670.cpp(45) : error C2065: “it”: 未声明的标识符
0_0_22149541_2670.cpp(54) : error C2065: “it”: 未声明的标识符
0_0_22149541_2670.cpp(55) : error C2065: “it”: 未声明的标识符
0_0_22149541_2670.cpp(55) : error C2227: “->second”的左边必须指向类/结构/联合/泛型类型
类型是“unknown-type”
0_0_22149541_2670.cpp(55) : error C2228: “.size”的左边必须有类/结构/联合
0_0_22149541_2670.cpp(59) : error C2065: “it”: 未声明的标识符
0_0_22149541_2670.cpp(59) : error C2227: “->second”的左边必须指向类/结构/联合/泛型类型
类型是“unknown-type”
0_0_22149541_2670.cpp(59) : error C2228: “.front”的左边必须有类/结构/联合
|