0_0_6804025_31472.cpp
0_0_6804025_31472.cpp(76) : error C2664: “std::priority_queue<_Ty>::push” : 不能将参数 1 从“Point [50010]”转换为“const std::priority_queue<_Ty>::value_type &”
with
[
_Ty=queNode
]
and
[
_Ty=queNode
]
原因如下: 无法从“Point [50010]”转换为“const std::priority_queue<_Ty>::value_type”
with
[
_Ty=queNode
]
无构造函数可以接受源类型,或构造函数重载决策不明确
|