0_0_17076142_7123.cpp
0_0_17076142_7123.cpp(28) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_17076142_7123.cpp(28) : error C2143: 语法错误 : 缺少“,”(在“&”的前面)
0_0_17076142_7123.cpp(30) : error C2065: “lhs”: 未声明的标识符
0_0_17076142_7123.cpp(30) : error C2228: “.v”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_17076142_7123.cpp(30) : error C2065: “rhs”: 未声明的标识符
0_0_17076142_7123.cpp(31) : error C2065: “lhs”: 未声明的标识符
0_0_17076142_7123.cpp(31) : error C2228: “.v”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_17076142_7123.cpp(31) : error C2065: “rhs”: 未声明的标识符
0_0_17076142_7123.cpp(46) : error C2923: “std::vector”: 对于参数“_Ty”,“round”不是有效的 模板 类型变量
0_0_17076142_7123.cpp(46) : error C2923: “std::priority_queue”: 对于参数“_Ty”,“round”不是有效的 模板 类型变量
0_0_17076142_7123.cpp(46) : error C3203: “vector”: 未专用化的 类 模板 不能用作 模板 变量,该变量属于 模板 参数“_Container”,应为 real 类型
0_0_17076142_7123.cpp(46) : error C2133: “q_round”: 未知的大小
0_0_17076142_7123.cpp(46) : error C2512: “std::priority_queue”: 没有合适的默认构造函数可用
0_0_17076142_7123.cpp(57) : error C2661: “round”: 没有重载函数接受 3 个参数
0_0_17076142_7123.cpp(57) : error C2663: “std::priority_queue<_Ty,_Container,_Pr>::push”: 2 个重载没有“this”指针的合法转换
0_0_17076142_7123.cpp(88) : error C2662: “bool std::priority_queue<_Ty,_Container,_Pr>::empty(void) const”: 不能将“this”指针从“std::priority_queue”转换为“const std::priority_queue<_Ty,_Container,_Pr> &”
原因如下: 无法从“std::priority_queue”转换为“const std::priority_queue<_Ty,_Container,_Pr>”
转换要求第二个用户定义的转换运算符或构造函数
0_0_17076142_7123.cpp(88) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|