0_0_39784472_31286.cpp
0_0_39784472_31286.cpp(4) : error C2065: “n”: 未声明的标识符
0_0_39784472_31286.cpp(15) : error C3861: “lower_bound”: 找不到标识符
0_0_39784472_31286.cpp(16) : error C2664: “std::_Vector_iterator<std::_Vector_val<std::_Simple_types<int>>> std::vector<int,std::allocator<_Ty>>::insert(std::_Vector_const_iterator<std::_Vector_val<std::_Simple_types<int>>>,unsigned int,const _Ty &)”: 无法将参数 1 从“int”转换为“std::_Vector_const_iterator<std::_Vector_val<std::_Simple_types<int>>>”
with
[
_Ty=int
]
无构造函数可以接受源类型,或构造函数重载决策不明确
|