684401_0_0_32182.cpp
684401_0_0_32182.cpp(23) : error C2440: “=” : 无法从“int”转换为“int [1501]”
没有转换为数组类型,但有转换为数组的引用或指针
684401_0_0_32182.cpp(32) : error C2440: “=” : 无法从“std::allocator<_Ty>::value_type”转换为“int”
with
[
_Ty=std::vector<int>
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
|