0_0_6853752_21660.cpp
0_0_6853752_21660.cpp(7) : error C2146: 语法错误 : 缺少“;”(在标识符“whiole”的前面)
0_0_6853752_21660.cpp(8) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_6853752_21660.cpp(7) : error C3861: “whiole”: 即使使用参数相关的查找,也未找到标识符
0_0_6853752_21660.cpp(9) : 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_6853752_21660.cpp(12) : error C2562: “main” : “void”函数返回值
0_0_6853752_21660.cpp(3) : 参见“main”的声明
|