0_0_37743783_1287.cpp
0_0_37743783_1287.cpp(18) : error C2661: “std::vector<int,std::allocator<_Ty>>::insert”: 没有重载函数接受 1 个参数
with
[
_Ty=int
]
0_0_37743783_1287.cpp(20) : error C2661: “std::vector<int,std::allocator<_Ty>>::insert”: 没有重载函数接受 1 个参数
with
[
_Ty=int
]
0_0_37743783_1287.cpp(26) : error C2065: “priority_queue”: 未声明的标识符
0_0_37743783_1287.cpp(26) : error C2275: “std::pair<int,int>”: 将此类型用作表达式非法
0_0_37743783_1287.cpp(26) : error C2065: “q”: 未声明的标识符
0_0_37743783_1287.cpp(29) : error C2065: “q”: 未声明的标识符
0_0_37743783_1287.cpp(29) : error C2228: “.push”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_37743783_1287.cpp(32) : error C2065: “q”: 未声明的标识符
0_0_37743783_1287.cpp(32) : error C2228: “.size”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_37743783_1287.cpp(32) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|