0_0_16793110_6305.cpp
0_0_16793110_6305.cpp(66) : error C2661: “std::_Tree<std::_Tset_traits<_Kty,_Pr,_Alloc,false>>::erase”: 没有重载函数接受 0 个参数
with
[
_Kty=node
, _Pr=std::less<node>
, _Alloc=std::allocator<node>
]
0_0_16793110_6305.cpp(88) : error C2661: “std::set<node,std::less<_Kty>,std::allocator<_Kty>>::insert”: 没有重载函数接受 0 个参数
with
[
_Kty=node
]
0_0_16793110_6305.cpp(93) : error C2561: “main”: 函数必须返回值
0_0_16793110_6305.cpp(27) : 参见“main”的声明
|