0_0_20406853_18187.cpp
0_0_20406853_18187.cpp(28) : error C2065: “point”: 未声明的标识符
0_0_20406853_18187.cpp(28) : error C2146: 语法错误: 缺少“;”(在标识符“p”的前面)
0_0_20406853_18187.cpp(28) : error C2065: “p”: 未声明的标识符
0_0_20406853_18187.cpp(29) : error C2065: “p”: 未声明的标识符
0_0_20406853_18187.cpp(35) : error C2039: “clear”: 不是“std::queue<pos,std::deque<_Ty,std::allocator<_Ty>>>”的成员
with
[
_Ty=pos
]
0_0_20406853_18187.cpp(39) : error C2676: 二进制“++”:“std::vector<int,std::allocator<_Ty>>”不定义该运算符或到预定义运算符可接收的类型的转换
with
[
_Ty=int
]
|