0_0_21976685_18589.cpp
0_0_21976685_18589.cpp(15) : error C2628: “edge”后面接“int”是非法的(是否忘记了“;”?)
0_0_21976685_18589.cpp(15) : error C2440: “初始化”: 无法从“int”转换为“edge”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_21976685_18589.cpp(17) : error C2057: 应输入常量表达式
0_0_21976685_18589.cpp(17) : error C2466: 不能分配常量大小为 0 的数组
0_0_21976685_18589.cpp(18) : error C2057: 应输入常量表达式
0_0_21976685_18589.cpp(18) : error C2466: 不能分配常量大小为 0 的数组
0_0_21976685_18589.cpp(20) : error C2057: 应输入常量表达式
0_0_21976685_18589.cpp(20) : error C2466: 不能分配常量大小为 0 的数组
0_0_21976685_18589.cpp(43) : error C2070: “int []”: 非法的 sizeof 操作数
0_0_21976685_18589.cpp(55) : error C2065: “v”: 未声明的标识符
0_0_21976685_18589.cpp(63) : error C2562: “dfs”:“void”函数返回值
0_0_21976685_18589.cpp(61) : 参见“dfs”的声明
0_0_21976685_18589.cpp(69) : error C2065: “f”: 未声明的标识符
0_0_21976685_18589.cpp(70) : error C2065: “f”: 未声明的标识符
0_0_21976685_18589.cpp(71) : error C2065: “f”: 未声明的标识符
0_0_21976685_18589.cpp(73) : error C2065: “f”: 未声明的标识符
0_0_21976685_18589.cpp(74) : error C2065: “f”: 未声明的标识符
0_0_21976685_18589.cpp(75) : error C2065: “f”: 未声明的标识符
0_0_21976685_18589.cpp(76) : error C2065: “maxf”: 未声明的标识符
0_0_21976685_18589.cpp(76) : error C2562: “dfs”:“void”函数返回值
0_0_21976685_18589.cpp(61) : 参见“dfs”的声明
0_0_21976685_18589.cpp(80) : error C2562: “dfs”:“void”函数返回值
0_0_21976685_18589.cpp(61) : 参见“dfs”的声明
0_0_21976685_18589.cpp(85) : error C2660: “bfs”: 函数不接受 2 个参数
0_0_21976685_18589.cpp(85) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|