0_0_22096141_14241.cpp
0_0_22096141_14241.cpp(14) : error C2065: “p”: 未声明的标识符
0_0_22096141_14241.cpp(29) : error C2440: “初始化”: 无法从“std::_Vector_iterator<std::_Vector_val<std::_Simple_types<int>>>”转换为“int *”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_22096141_14241.cpp(29) : error C2065: “i”: 未声明的标识符
0_0_22096141_14241.cpp(29) : error C3867: “std::vector<int,std::allocator<_Ty>>::end”: 函数调用缺少参数列表;请使用“&std::vector<int,std::allocator<_Ty>>::end”创建指向成员的指针
with
[
_Ty=int
]
0_0_22096141_14241.cpp(29) : error C2568: “<”: 无法解析函数重载
VC2013\INCLUDE\vector(1038): 可能是“std::_Vector_const_iterator<std::_Vector_val<std::_Simple_types<int>>> std::vector<int,std::allocator<_Ty>>::end(void) throw() const”
with
[
_Ty=int
]
VC2013\INCLUDE\vector(1033): 或 “std::_Vector_iterator<std::_Vector_val<std::_Simple_types<int>>> std::vector<int,std::allocator<_Ty>>::end(void) throw()”
with
[
_Ty=int
]
0_0_22096141_14241.cpp(30) : error C2065: “i”: 未声明的标识符
0_0_22096141_14241.cpp(52) : error C2039: “push”: 不是“std::vector<int,std::allocator<_Ty>>”的成员
with
[
_Ty=int
]
|