0_0_13855966_7610.cpp
0_0_13855966_7610.cpp(11) : error C2365: “y1”: 重定义;以前的定义是“函数”
VC2013\INCLUDE\math.h(1001) : 参见“y1”的声明
0_0_13855966_7610.cpp(45) : error C2784: “_Ty std::min(std::initializer_list<_Elem>,_Pr)”: 未能从“重载函数类型”为“重载函数类型”推导 模板 参数
VC2013\INCLUDE\algorithm(4141) : 参见“std::min”的声明
VC2013\INCLUDE\algorithm(4141) : 参见“std::min”的声明
0_0_13855966_7610.cpp(45) : error C2780: “const _Ty &std::min(const _Ty &,const _Ty &,_Pr)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(4134) : 参见“std::min”的声明
0_0_13855966_7610.cpp(45) : error C2780: “_Ty std::min(std::initializer_list<_Elem>)”: 应输入 1 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(4125) : 参见“std::min”的声明
0_0_13855966_7610.cpp(45) : error C2782: “const _Ty &std::min(const _Ty &,const _Ty &)”: 模板 参数“_Ty”不明确
VC2013\INCLUDE\algorithm(4119) : 参见“std::min”的声明
可能是“int”
或 “double (double)”
0_0_13855966_7610.cpp(45) : error C2784: “_Ty std::max(std::initializer_list<_Elem>,_Pr)”: 未能从“重载函数类型”为“重载函数类型”推导 模板 参数
VC2013\INCLUDE\algorithm(4108) : 参见“std::max”的声明
VC2013\INCLUDE\algorithm(4108) : 参见“std::max”的声明
0_0_13855966_7610.cpp(45) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(4101) : 参见“std::max”的声明
0_0_13855966_7610.cpp(45) : error C2780: “_Ty std::max(std::initializer_list<_Elem>)”: 应输入 1 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(4092) : 参见“std::max”的声明
0_0_13855966_7610.cpp(45) : error C2782: “const _Ty &std::max(const _Ty &,const _Ty &)”: 模板 参数“_Ty”不明确
VC2013\INCLUDE\algorithm(4086) : 参见“std::max”的声明
可能是“int”
或 “double (double)”
0_0_13855966_7610.cpp(45) : error C2440: “<function-style-cast>”: 无法从“int”转换为“Node”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_13855966_7610.cpp(47) : error C2665: “Node::Node”: 2 个重载中没有一个可以转换所有参数类型
0_0_13855966_7610.cpp(15): 可能是“Node::Node(int,int,int)”
尝试匹配参数列表“(double (__cdecl *)(double), const int, const int)”时
|