0_0_5605698_7406.cpp
0_0_5605698_7406.cpp(105) : error C2664: “bfs” : 不能将参数 1 从“std::queue<_Ty>”转换为“std::queue<_Ty> &”
with
[
_Ty=unsigned int
]
and
[
_Ty=int
]
不是对“const”的引用不能绑定到非 lvalue
0_0_5605698_7406.cpp(106) : error C2664: “bfs” : 不能将参数 1 从“std::queue<_Ty>”转换为“std::queue<_Ty> &”
with
[
_Ty=unsigned int
]
and
[
_Ty=int
]
不是对“const”的引用不能绑定到非 lvalue
|