0_0_25303949_948.cpp
0_0_25303949_948.cpp(19) : error C3646: “edge”: 未知重写说明符
0_0_25303949_948.cpp(19) : error C2057: 应输入常量表达式
0_0_25303949_948.cpp(19) : error C2466: 不能分配常量大小为 0 的数组
0_0_25303949_948.cpp(19) : error C2090: 函数返回数组
0_0_25303949_948.cpp(19) : error C2061: 语法错误: 标识符“b”
0_0_25303949_948.cpp(19) : error C2610: “void *insert(int,int,int)”: 不是可默认为的特殊成员函数
0_0_25303949_948.cpp(20) : error C2057: 应输入常量表达式
0_0_25303949_948.cpp(20) : error C2466: 不能分配常量大小为 0 的数组
0_0_25303949_948.cpp(20) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_25303949_948.cpp(20) : error C2086: “int next[200020]”: 重定义
0_0_25303949_948.cpp(11) : 参见“next”的声明
0_0_25303949_948.cpp(20) : error C2065: “a”: 未声明的标识符
0_0_25303949_948.cpp(21) : error C2065: “a”: 未声明的标识符
0_0_25303949_948.cpp(21) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_25303949_948.cpp(21) : error C2369: “head”: 重定义;不同的下标
0_0_25303949_948.cpp(12) : 参见“head”的声明
0_0_25303949_948.cpp(21) : error C2440: “初始化”: 无法从“int”转换为“int [1]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_25303949_948.cpp(22) : error C2057: 应输入常量表达式
0_0_25303949_948.cpp(22) : error C2466: 不能分配常量大小为 0 的数组
0_0_25303949_948.cpp(22) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_25303949_948.cpp(22) : error C2086: “int cost[200020]”: 重定义
0_0_25303949_948.cpp(13) : 参见“cost”的声明
0_0_25303949_948.cpp(22) : error C2065: “c”: 未声明的标识符
0_0_25303949_948.cpp(23) : error C2059: 语法错误:“}”
0_0_25303949_948.cpp(23) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_25303949_948.cpp(24) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_25303949_948.cpp(24) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_25303949_948.cpp(35) : error C2872: “next”: 不明确的符号
可能是“0_0_25303949_948.cpp(11) : int next[200020]”
或 “VC2013\INCLUDE\xutility(771) : _FwdIt std::next(_FwdIt,iterator_traits<_Iter>::difference_type)”
0_0_25303949_948.cpp(54) : error C2872: “next”: 不明确的符号
可能是“0_0_25303949_948.cpp(11) : int next[200020]”
或 “VC2013\INCLUDE\xutility(771) : _FwdIt std::next(_FwdIt,iterator_traits<_Iter>::difference_type)”
0_0_25303949_948.cpp(61) : error C3861: “dfs_dist”: 找不到标识符
|