0_0_39402718_8320.cpp
0_0_39402718_8320.cpp(12) : error C2668: “fmin”: 对重载函数的调用不明确
VC2013\INCLUDE\math.h(1191): 可能是“long double fmin(long double,long double) throw()”
VC2013\INCLUDE\math.h(1075): 或 “float fmin(float,float) throw()”
VC2013\INCLUDE\math.h(495): 或 “double fmin(double,double)”
尝试匹配参数列表“(int, int)”时
0_0_39402718_8320.cpp(32) : error C2668: “fmin”: 对重载函数的调用不明确
VC2013\INCLUDE\math.h(1191): 可能是“long double fmin(long double,long double) throw()”
VC2013\INCLUDE\math.h(1075): 或 “float fmin(float,float) throw()”
VC2013\INCLUDE\math.h(495): 或 “double fmin(double,double)”
尝试匹配参数列表“(int, int)”时
0_0_39402718_8320.cpp(41) : error C2668: “fmin”: 对重载函数的调用不明确
VC2013\INCLUDE\math.h(1191): 可能是“long double fmin(long double,long double) throw()”
VC2013\INCLUDE\math.h(1075): 或 “float fmin(float,float) throw()”
VC2013\INCLUDE\math.h(495): 或 “double fmin(double,double)”
尝试匹配参数列表“(int, int)”时
|