0_0_39221292_6160.cpp
0_0_39221292_6160.cpp(31) : error C2819: “std::pair<const _Kty,_Ty>”类型没有重载成员“operator ->”
with
[
_Kty=int
, _Ty=__int64
]
是否改用“.”?
0_0_39221292_6160.cpp(31) : error C2232: “->std::pair<const _Kty,_Ty>::second”: 左操作数有“struct”类型,使用“.”
with
[
_Kty=int
, _Ty=__int64
]
|