0_0_9234348_11743.cpp
0_0_9234348_11743.cpp(60) : error C2556: “int pow(int,int)” : 重载函数与“ double pow(int,int)”只是在返回类型上不同
VC\include\math.h(534) : 参见“pow”的声明
0_0_9234348_11743.cpp(60) : error C2371: “pow” : 重定义;不同的基类型
VC\include\math.h(534) : 参见“pow”的声明
0_0_9234348_11743.cpp(74) : 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_9234348_11743.cpp(80) : error C2264: “pow” : 函数定义或声明中有错误;未调用函数
0_0_9234348_11743.cpp(85) : error C2264: “pow” : 函数定义或声明中有错误;未调用函数
|