0_0_25257844_9492.cpp
0_0_25257844_9492.cpp(14) : error C2661: “std::queue<int,std::deque<_Ty,std::allocator<_Ty>>>::push”: 没有重载函数接受 2 个参数
with
[
_Ty=int
]
0_0_25257844_9492.cpp(21) : error C2228: “.first”的左边必须有类/结构/联合
类型是“int”
0_0_25257844_9492.cpp(22) : error C2228: “.second”的左边必须有类/结构/联合
类型是“int”
0_0_25257844_9492.cpp(26) : error C2661: “std::queue<int,std::deque<_Ty,std::allocator<_Ty>>>::push”: 没有重载函数接受 2 个参数
with
[
_Ty=int
]
|