0_0_39702853_26737.cpp
0_0_39702853_26737.cpp(33) : error C2664: “std::vector<int,std::allocator<_Ty>> addLargeNumbers(const std::vector<_Ty,std::allocator<_Ty>> &,const std::vector<_Ty,std::allocator<_Ty>> &)”: 无法将参数 1 从“int”转换为“const std::vector<int,std::allocator<_Ty>> &”
with
[
_Ty=int
]
原因如下: 无法从“int”转换为“const std::vector<int,std::allocator<_Ty>>”
with
[
_Ty=int
]
class“std::vector<int,std::allocator<_Ty>>”的构造函数声明为“explicit”
with
[
_Ty=int
]
0_0_39702853_26737.cpp(33) : error C2660: “addLargeNumbers”: 函数不接受 1 个参数
|