0_0_35302966_25223.cpp
0_0_35302966_25223.cpp(8) : error C2039: “interator”: 不是“std::vector<int,std::allocator<_Ty>>”的成员
with
[
_Ty=int
]
0_0_35302966_25223.cpp(8) : error C2065: “interator”: 未声明的标识符
0_0_35302966_25223.cpp(8) : error C2146: 语法错误: 缺少“;”(在标识符“Iter_a”的前面)
0_0_35302966_25223.cpp(8) : error C2065: “Iter_a”: 未声明的标识符
0_0_35302966_25223.cpp(9) : error C2065: “cin”: 未声明的标识符
0_0_35302966_25223.cpp(9) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|