0_0_39474701_18875.cpp
0_0_39474701_18875.cpp(8) : error C2226: 语法错误 : 意外的“std::stack<int,std::deque<_Ty,std::allocator<_Ty>>>”类型
with
[
_Ty=int
]
0_0_39474701_18875.cpp(10) : error C2065: “stk”: 未声明的标识符
0_0_39474701_18875.cpp(10) : error C2228: “.push”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_39474701_18875.cpp(13) : error C2065: “stk”: 未声明的标识符
0_0_39474701_18875.cpp(13) : error C2228: “.empty”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_39474701_18875.cpp(13) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|