0_0_39671491_18104.cpp
0_0_39671491_18104.cpp(8) : error C2065: “cin”: 未声明的标识符
0_0_39671491_18104.cpp(43) : error C3312: 未找到类型“std::queue<int,std::deque<_Ty,std::allocator<_Ty>>>”的可调用“begin”函数
with
[
_Ty=int
]
0_0_39671491_18104.cpp(43) : error C3312: 未找到类型“std::queue<int,std::deque<_Ty,std::allocator<_Ty>>>”的可调用“end”函数
with
[
_Ty=int
]
0_0_39671491_18104.cpp(44) : error C2065: “cout”: 未声明的标识符
0_0_39671491_18104.cpp(44) : error C2065: “num”: 未声明的标识符
0_0_39671491_18104.cpp(46) : error C2065: “cout”: 未声明的标识符
0_0_39671491_18104.cpp(46) : error C2065: “endl”: 未声明的标识符
|