0_0_4044726_12979.cpp
0_0_4044726_12979.cpp(65) : error C2018: 未知字符“0xa1”
0_0_4044726_12979.cpp(65) : error C2018: 未知字符“0xe3”
0_0_4044726_12979.cpp(65) : error C3861: “ree”: 即使使用参数相关的查找,也未找到标识符
0_0_4044726_12979.cpp(75) : error C2086: “int vertex[27][27]” : 重定义
0_0_4044726_12979.cpp(3) : 参见“vertex”的声明
0_0_4044726_12979.cpp(76) : error C2086: “int have[27]” : 重定义
0_0_4044726_12979.cpp(4) : 参见“have”的声明
0_0_4044726_12979.cpp(77) : error C2086: “int connect[27]” : 重定义
0_0_4044726_12979.cpp(5) : 参见“connect”的声明
0_0_4044726_12979.cpp(78) : error C2086: “int outdegree[27]” : 重定义
0_0_4044726_12979.cpp(6) : 参见“outdegree”的声明
0_0_4044726_12979.cpp(79) : error C2086: “int indegree[27]” : 重定义
0_0_4044726_12979.cpp(7) : 参见“indegree”的声明
0_0_4044726_12979.cpp(80) : error C2084: 函数“int dfs(int)”已有主体
0_0_4044726_12979.cpp(8) : 参见“dfs”的前一个定义
0_0_4044726_12979.cpp(85) : error C3861: “dfs”: 即使使用参数相关的查找,也未找到标识符
0_0_4044726_12979.cpp(87) : error C2084: 函数“int connection(void)”已有主体
0_0_4044726_12979.cpp(15) : 参见“connection”的前一个定义
0_0_4044726_12979.cpp(92) : error C3861: “dfs”: 即使使用参数相关的查找,也未找到标识符
0_0_4044726_12979.cpp(98) : error C2084: 函数“int degree(void)”已有主体
0_0_4044726_12979.cpp(26) : 参见“degree”的前一个定义
0_0_4044726_12979.cpp(116) : error C2084: 函数“int main(void)”已有主体
0_0_4044726_12979.cpp(43) : 参见“main”的前一个定义
0_0_4044726_12979.cpp(137) : error C2018: 未知字符“0xa1”
0_0_4044726_12979.cpp(137) : error C2018: 未知字符“0xe3”
0_0_4044726_12979.cpp(137) : error C3861: “connection”: 即使使用参数相关的查找,也未找到标识符
0_0_4044726_12979.cpp(137) : error C3861: “ree”: 即使使用参数相关的查找,也未找到标识符
|