0_0_34019543_15748.cpp
0_0_34019543_15748.cpp(52) : error C2664: “std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<Line>>> std::_Tree<std::_Tset_traits<_Kty,_Pr,_Alloc,true>>::lower_bound(const Line &) const”: 无法将参数 1 从“ll”转换为“const Line &”
with
[
_Kty=Line
, _Pr=std::less<void>
, _Alloc=std::allocator<Line>
]
原因如下: 无法从“ll”转换为“const Line”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_34019543_15748.cpp(53) : error C3536: “l”: 初始化之前无法使用
0_0_34019543_15748.cpp(53) : error C2228: “.k”的左边必须有类/结构/联合
类型是“int”
0_0_34019543_15748.cpp(53) : error C2228: “.m”的左边必须有类/结构/联合
类型是“int”
|