0_0_33946520_26115.cpp
0_0_33946520_26115.cpp(7) : error C2668: “sqrt”: 对重载函数的调用不明确
VC2013\INCLUDE\math.h(1251): 可能是“long double sqrt(long double) throw()”
VC2013\INCLUDE\math.h(1135): 或 “float sqrt(float) throw()”
VC2013\INCLUDE\math.h(521): 或 “double sqrt(double)”
尝试匹配参数列表“(int)”时
0_0_33946520_26115.cpp(37) : error C2144: 语法错误:“int”的前面应有“;”
0_0_33946520_26115.cpp(38) : error C2059: 语法错误:“while”
0_0_33946520_26115.cpp(41) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_33946520_26115.cpp(41) : error C2365: “memset”: 重定义;以前的定义是“函数”
VC2013\INCLUDE\string.h(94) : 参见“memset”的声明
0_0_33946520_26115.cpp(41) : error C2078: 初始值设定项太多
0_0_33946520_26115.cpp(42) : error C2466: 不能分配常量大小为 0 的数组
0_0_33946520_26115.cpp(42) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_33946520_26115.cpp(42) : error C2086: “int a[40]”: 重定义
0_0_33946520_26115.cpp(4) : 参见“a”的声明
0_0_33946520_26115.cpp(42) : error C2440: “初始化”: 无法从“int”转换为“int []”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_33946520_26115.cpp(43) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_33946520_26115.cpp(43) : error C2365: “dfs”: 重定义;以前的定义是“函数”
0_0_33946520_26115.cpp(12) : 参见“dfs”的声明
0_0_33946520_26115.cpp(44) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_33946520_26115.cpp(44) : error C2365: “printf”: 重定义;以前的定义是“函数”
VC2013\INCLUDE\stdio.h(264) : 参见“printf”的声明
0_0_33946520_26115.cpp(44) : error C2440: “初始化”: 无法从“const char [2]”转换为“int”
没有使该转换得以执行的上下文
0_0_33946520_26115.cpp(45) : error C2059: 语法错误:“}”
0_0_33946520_26115.cpp(45) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_33946520_26115.cpp(47) : error C2059: 语法错误:“}”
0_0_33946520_26115.cpp(47) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
|