0_0_4539587_22336.cpp
0_0_4539587_22336.cpp(126) : error C2011: “AdjNode” : “struct”类型重定义
0_0_4539587_22336.cpp(10) : 参见“AdjNode”的声明
0_0_4539587_22336.cpp(131) : error C2011: “Edge” : “struct”类型重定义
0_0_4539587_22336.cpp(15) : 参见“Edge”的声明
0_0_4539587_22336.cpp(135) : error C2086: “int ccnt” : 重定义
0_0_4539587_22336.cpp(19) : 参见“ccnt”的声明
0_0_4539587_22336.cpp(135) : error C2086: “int bcnt” : 重定义
0_0_4539587_22336.cpp(19) : 参见“bcnt”的声明
0_0_4539587_22336.cpp(137) : error C2084: 函数“void add_edge(int,int)”已有主体
0_0_4539587_22336.cpp(26) : 参见“add_edge”的前一个定义
0_0_4539587_22336.cpp(144) : error C2084: 函数“void add_biedge(int,int)”已有主体
0_0_4539587_22336.cpp(33) : 参见“add_biedge”的前一个定义
0_0_4539587_22336.cpp(145) : error C3861: “add_edge”: 即使使用参数相关的查找,也未找到标识符
0_0_4539587_22336.cpp(146) : error C3861: “add_edge”: 即使使用参数相关的查找,也未找到标识符
0_0_4539587_22336.cpp(149) : error C2086: “int col[5000]” : 重定义
0_0_4539587_22336.cpp(23) : 参见“col”的声明
0_0_4539587_22336.cpp(149) : error C2086: “int dfn[5000]” : 重定义
0_0_4539587_22336.cpp(23) : 参见“dfn”的声明
0_0_4539587_22336.cpp(149) : error C2086: “int low[5000]” : 重定义
0_0_4539587_22336.cpp(23) : 参见“low”的声明
0_0_4539587_22336.cpp(150) : error C2086: “int top” : 重定义
0_0_4539587_22336.cpp(24) : 参见“top”的声明
0_0_4539587_22336.cpp(150) : error C2086: “int num” : 重定义
0_0_4539587_22336.cpp(24) : 参见“num”的声明
0_0_4539587_22336.cpp(151) : error C2086: “std::set<_Kty> hv[10000]” : 重定义
with
[
_Kty=int
]
0_0_4539587_22336.cpp(21) : 参见“hv”的声明
0_0_4539587_22336.cpp(192) : error C2084: 函数“int main(void)”已有主体
0_0_4539587_22336.cpp(68) : 参见“main”的前一个定义
0_0_4539587_22336.cpp(205) : error C3861: “add_biedge”: 即使使用参数相关的查找,也未找到标识符
|