0_0_5935954_2145.cpp
0_0_5935954_2145.cpp(27) : error C2668: “sqrt” : 对重载函数的调用不明确
VC\include\math.h(626): 可能是“long double sqrt(long double)”
VC\include\math.h(578): 或 “float sqrt(float)”
VC\include\math.h(200): 或 “double sqrt(double)”
试图匹配参数列表“(int)”时
0_0_5935954_2145.cpp(71) : error C2872: “max” : 不明确的符号
可能是“0_0_5935954_2145.cpp(19) : int max”
或 “max”
0_0_5935954_2145.cpp(71) : error C2668: “fabs” : 对重载函数的调用不明确
VC\include\math.h(602): 可能是“long double fabs(long double)”
VC\include\math.h(554): 或 “float fabs(float)”
VC\include\math.h(190): 或 “double fabs(double)”
试图匹配参数列表“(int)”时
0_0_5935954_2145.cpp(72) : error C2872: “max” : 不明确的符号
可能是“0_0_5935954_2145.cpp(19) : int max”
或 “max”
0_0_5935954_2145.cpp(72) : error C2668: “fabs” : 对重载函数的调用不明确
VC\include\math.h(602): 可能是“long double fabs(long double)”
VC\include\math.h(554): 或 “float fabs(float)”
VC\include\math.h(190): 或 “double fabs(double)”
试图匹配参数列表“(int)”时
0_0_5935954_2145.cpp(113) : error C2872: “max” : 不明确的符号
可能是“0_0_5935954_2145.cpp(19) : int max”
或 “max”
0_0_5935954_2145.cpp(116) : error C2872: “max” : 不明确的符号
可能是“0_0_5935954_2145.cpp(19) : int max”
或 “max”
|