535610_0_0_22636.cpp
535610_0_0_22636.cpp(20) : error C2668: “log10” : 对重载函数的调用不明确
VC\include\math.h(614): 可能是“long double log10(long double)”
VC\include\math.h(566): 或 “float log10(float)”
VC\include\math.h(194): 或 “double log10(double)”
试图匹配参数列表“(__int64)”时
535610_0_0_22636.cpp(20) : error C2668: “log10” : 对重载函数的调用不明确
VC\include\math.h(614): 可能是“long double log10(long double)”
VC\include\math.h(566): 或 “float log10(float)”
VC\include\math.h(194): 或 “double log10(double)”
试图匹配参数列表“(__int64)”时
535610_0_0_22636.cpp(26) : error C2668: “pow” : 对重载函数的调用不明确
VC\include\math.h(620): 可能是“long double pow(long double,int)”
VC\include\math.h(572): 或 “float pow(float,int)”
VC\include\math.h(534): 或 “double pow(int,int)”
VC\include\math.h(532): 或 “double pow(double,int)”
试图匹配参数列表“(__int64, int)”时
535610_0_0_22636.cpp(27) : error C2668: “pow” : 对重载函数的调用不明确
VC\include\math.h(620): 可能是“long double pow(long double,int)”
VC\include\math.h(572): 或 “float pow(float,int)”
VC\include\math.h(534): 或 “double pow(int,int)”
VC\include\math.h(532): 或 “double pow(double,int)”
试图匹配参数列表“(__int64, int)”时
|