0_0_38964561_10216.cpp
0_0_38964561_10216.cpp(10) : error C2146: 语法错误: 缺少“;”(在标识符“d”的前面)
0_0_38964561_10216.cpp(10) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38964561_10216.cpp(12) : error C2923: “std::pair”: 对于参数“_Ty1”,“ll”不是有效的 模板 类型变量
0_0_38964561_10216.cpp(10) : 参见“ll”的声明
0_0_38964561_10216.cpp(12) : error C3203: “pair”: 未专用化的 类 模板 不能用作 模板 变量,该变量属于 模板 参数“_Ty”,应为 real 类型
0_0_38964561_10216.cpp(59) : error C2664: “void std::priority_queue<int,std::vector<_Ty,std::allocator<_Ty>>,std::less<_Ty>>::push(const int &)”: 无法将参数 1 从“initializer-list”转换为“int &&”
with
[
_Ty=int
]
原因如下: 无法从“initializer-list”转换为“int”
只能将带有 0 或一个元素的初始值设定项列表转换为此类型
0_0_38964561_10216.cpp(62) : error C2228: “.second”的左边必须有类/结构/联合
类型是“int”
0_0_38964561_10216.cpp(77) : error C2664: “void std::priority_queue<int,std::vector<_Ty,std::allocator<_Ty>>,std::less<_Ty>>::push(const int &)”: 无法将参数 1 从“initializer-list”转换为“int &&”
with
[
_Ty=int
]
原因如下: 无法从“initializer-list”转换为“int”
只能将带有 0 或一个元素的初始值设定项列表转换为此类型
|