0_0_13819999_28142.cpp
0_0_13819999_28142.cpp(39) : error C3867: “std::vector<Node,std::allocator<_Ty>>::begin”: 函数调用缺少参数列表;请使用“&std::vector<Node,std::allocator<_Ty>>::begin”创建指向成员的指针
with
[
_Ty=Node
]
0_0_13819999_28142.cpp(39) : error C3867: “std::vector<Node,std::allocator<_Ty>>::end”: 函数调用缺少参数列表;请使用“&std::vector<Node,std::allocator<_Ty>>::end”创建指向成员的指针
with
[
_Ty=Node
]
0_0_13819999_28142.cpp(39) : error C2780: “void std::sort(_RanIt,_RanIt)”: 应输入 2 个参数,却提供了 3 个
VC2013\INCLUDE\algorithm(3162) : 参见“std::sort”的声明
|