0_0_5962894_19954.cpp
0_0_5962894_19954.cpp(10) : 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_5962894_19954.cpp(10) : 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_5962894_19954.cpp(12) : error C2661: “pow” : 没有重载函数接受 1 个参数
0_0_5962894_19954.cpp(12) : error C2661: “sqrt” : 没有重载函数接受 2 个参数
0_0_5962894_19954.cpp(12) : error C2661: “pow” : 没有重载函数接受 1 个参数
0_0_5962894_19954.cpp(12) : error C2059: 语法错误 : “)”
0_0_5962894_19954.cpp(12) : error C2059: 语法错误 : “)”
0_0_5962894_19954.cpp(20) : error C2065: “i” : 未声明的标识符
0_0_5962894_19954.cpp(20) : error C3861: “i”: 即使使用参数相关的查找,也未找到标识符
0_0_5962894_19954.cpp(20) : error C3861: “i”: 即使使用参数相关的查找,也未找到标识符
|