0_0_1371265_20380.cpp
0_0_1371265_20380.cpp(22) : error C2146: 语法错误 : 缺少“;”(在标识符“i”的前面)
0_0_1371265_20380.cpp(22) : error C2501: “i” : 缺少存储类或类型说明符
0_0_1371265_20380.cpp(22) : error C2501: “T” : 缺少存储类或类型说明符
0_0_1371265_20380.cpp(22) : error C2501: “n” : 缺少存储类或类型说明符
0_0_1371265_20380.cpp(22) : error C2501: “py” : 缺少存储类或类型说明符
0_0_1371265_20380.cpp(23) : error C2501: “scanf” : 缺少存储类或类型说明符
0_0_1371265_20380.cpp(23) : error C2365: “scanf” : 重定义;以前的定义是“函数”
VC\include\stdio.h(310) : 参见“scanf”的声明
0_0_1371265_20380.cpp(23) : error C2078: 初始值设定项太多
0_0_1371265_20380.cpp(23) : error C2440: “初始化” : 无法从“int *”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
0_0_1371265_20380.cpp(24) : error C2059: 语法错误 : “while”
0_0_1371265_20380.cpp(24) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_1371265_20380.cpp(24) : error C2447: “{” : 缺少函数标题(是否是老式的形式表?)
0_0_1371265_20380.cpp(59) : error C2059: 语法错误 : “return”
0_0_1371265_20380.cpp(60) : error C2059: 语法错误 : “}”
0_0_1371265_20380.cpp(60) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_1371265_20380.cpp(60) : error C2059: 语法错误 : “}”
VC\include\errno.h(29) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
VC\include\errno.h(29) : error C2447: “{” : 缺少函数标题(是否是老式的形式表?)
0_0_1371265_20380.cpp(72) : error C2369: “str” : 重定义;不同的下标
0_0_1371265_20380.cpp(4) : 参见“str”的声明
0_0_1371265_20380.cpp(76) : error C2086: “int i” : 重定义
0_0_1371265_20380.cpp(22) : 参见“i”的声明
0_0_1371265_20380.cpp(79) : error C2084: 函数“int dfs(int,int)”已有主体
0_0_1371265_20380.cpp(15) : 参见“dfs”的前一个定义
0_0_1371265_20380.cpp(83) : error C2568: “+” : 无法解析函数重载
0_0_1371265_20380.cpp(15): 可能是“int dfs(int,int)”
0_0_1371265_20380.cpp(83) : error C3861: “dfs”: 即使使用参数相关的查找,也未找到标识符
0_0_1371265_20380.cpp(83) : error C3861: “dfs”: 即使使用参数相关的查找,也未找到标识符
0_0_1371265_20380.cpp(85) : error C2086: “int n” : 重定义
0_0_1371265_20380.cpp(22) : 参见“n”的声明
0_0_1371265_20380.cpp(95) : error C3861: “str”: 即使使用参数相关的查找,也未找到标识符
0_0_1371265_20380.cpp(99) : error C3861: “str”: 即使使用参数相关的查找,也未找到标识符
0_0_1371265_20380.cpp(103) : error C3861: “str”: 即使使用参数相关的查找,也未找到标识符
0_0_1371265_20380.cpp(103) : error C3861: “str”: 即使使用参数相关的查找,也未找到标识符
0_0_1371265_20380.cpp(104) : error C3861: “str”: 即使使用参数相关的查找,也未找到标识符
0_0_1371265_20380.cpp(167) : error C3861: “dfs”: 即使使用参数相关的查找,也未找到标识符
0_0_1371265_20380.cpp(167) : error C2440: “初始化” : 无法从“int (__cdecl *)(int,int)”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
|