0_0_32001803_24424.cpp
0_0_32001803_24424.cpp(10) : error C2668: “pow”: 对重载函数的调用不明确
VC2013\INCLUDE\math.h(1233): 可能是“long double pow(long double,int) throw()”
VC2013\INCLUDE\math.h(1231): 或 “long double pow(long double,long double) throw()”
VC2013\INCLUDE\math.h(1117): 或 “float pow(float,int) throw()”
VC2013\INCLUDE\math.h(1115): 或 “float pow(float,float) throw()”
VC2013\INCLUDE\math.h(1027): 或 “double pow(double,int) throw()”
VC2013\INCLUDE\math.h(512): 或 “double pow(double,double)”
尝试匹配参数列表“(int, int)”时
0_0_32001803_24424.cpp(19) : error C2668: “pow”: 对重载函数的调用不明确
VC2013\INCLUDE\math.h(1233): 可能是“long double pow(long double,int) throw()”
VC2013\INCLUDE\math.h(1231): 或 “long double pow(long double,long double) throw()”
VC2013\INCLUDE\math.h(1117): 或 “float pow(float,int) throw()”
VC2013\INCLUDE\math.h(1115): 或 “float pow(float,float) throw()”
VC2013\INCLUDE\math.h(1027): 或 “double pow(double,int) throw()”
VC2013\INCLUDE\math.h(512): 或 “double pow(double,double)”
尝试匹配参数列表“(int, __int64)”时
0_0_32001803_24424.cpp(31) : error C2059: 语法错误:“/”
0_0_32001803_24424.cpp(77) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_32001803_24424.cpp(77) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_32001803_24424.cpp(80) : error C2084: 函数“int main(void)”已有主体
0_0_32001803_24424.cpp(3) : 参见“main”的前一个定义
0_0_32001803_24424.cpp(87) : error C2065: “a”: 未声明的标识符
0_0_32001803_24424.cpp(89) : error C2065: “a”: 未声明的标识符
|