925036_0_0_1576.cpp
925036_0_0_1576.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)”
试图匹配参数列表“(long)”时
925036_0_0_1576.cpp(13) : 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)”
试图匹配参数列表“(long)”时
925036_0_0_1576.cpp(16) : error C2059: 语法错误 : “if”
925036_0_0_1576.cpp(18) : error C2059: 语法错误 : “else”
925036_0_0_1576.cpp(20) : error C2059: 语法错误 : “}”
925036_0_0_1576.cpp(20) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
925036_0_0_1576.cpp(20) : error C2059: 语法错误 : “}”
925036_0_0_1576.cpp(21) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
925036_0_0_1576.cpp(21) : error C2059: 语法错误 : “}”
|