0_0_38366817_19953.cpp
0_0_38366817_19953.cpp(14) : error C2065: “int32_t”: 未声明的标识符
0_0_38366817_19953.cpp(14) : error C2146: 语法错误: 缺少“;”(在标识符“score”的前面)
0_0_38366817_19953.cpp(14) : error C2065: “score”: 未声明的标识符
0_0_38366817_19953.cpp(14) : error C2563: 在形参表中不匹配
0_0_38366817_19953.cpp(14) : error C2568: “,”: 无法解析函数重载
VC2013\INCLUDE\algorithm(4108): 可能是“_Ty std::max(std::initializer_list<_Elem>,_Pr)”
VC2013\INCLUDE\algorithm(4101): 或 “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)”
VC2013\INCLUDE\algorithm(4092): 或 “_Ty std::max(std::initializer_list<_Elem>)”
VC2013\INCLUDE\algorithm(4086): 或 “const _Ty &std::max(const _Ty &,const _Ty &)”
0_0_38366817_19953.cpp(15) : error C2659: “=”: 作为左操作数
0_0_38366817_19953.cpp(20) : error C2065: “score”: 未声明的标识符
0_0_38366817_19953.cpp(21) : error C2065: “score”: 未声明的标识符
0_0_38366817_19953.cpp(21) : error C2665: “abs”: 6 个重载中没有一个可以转换所有参数类型
VC2013\INCLUDE\stdlib.h(501): 可能是“__int64 abs(__int64) throw()”
VC2013\INCLUDE\stdlib.h(497): 或 “long abs(long) throw()”
VC2013\INCLUDE\math.h(1145): 或 “long double abs(long double) throw()”
VC2013\INCLUDE\math.h(1029): 或 “float abs(float) throw()”
VC2013\INCLUDE\math.h(1025): 或 “double abs(double) throw()”
VC2013\INCLUDE\math.h(470): 或 “int abs(int)”
尝试匹配参数列表“(overloaded-function)”时
0_0_38366817_19953.cpp(22) : error C2065: “score”: 未声明的标识符
0_0_38366817_19953.cpp(28) : error C2664: “int printf(const char *,...)”: 无法将参数 4 从“overloaded-function”转换为“...”
上下文不允许消除重载函数的歧义
|