0_0_38861498_25295.cpp
0_0_38861498_25295.cpp(9) : 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_38861498_25295.cpp(17) : error C2146: 语法错误: 缺少“;”(在标识符“用了pow。。。。悲剧的精度不对了。”的前面)
0_0_38861498_25295.cpp(17) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38861498_25295.cpp(17) : error C2146: 语法错误: 缺少“;”(在标识符“所以就只好老老实实的用__int64”的前面)
0_0_38861498_25295.cpp(21) : error C2146: 语法错误: 缺少“;”(在标识符“来做了。”的前面)
0_0_38861498_25295.cpp(21) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38861498_25295.cpp(21) : error C2144: 语法错误:“int”的前面应有“;”
0_0_38861498_25295.cpp(22) : error C2084: 函数“int main(void)”已有主体
0_0_38861498_25295.cpp(3) : 参见“main”的前一个定义
|