0_0_21516172_20275.cpp
0_0_21516172_20275.cpp(2) : error C2146: 语法错误: 缺少“;”(在标识符“按最短路求的值达到可能的最大,按最长路求的值达到可能的最小。”的前面)
0_0_21516172_20275.cpp(2) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_21516172_20275.cpp(3) : error C2146: 语法错误: 缺少“;”(在标识符“因为我们连边的时候就保证了是从前向后连边,所以在用spfa跑最短路的时候,需要取最高和最矮的位置中较靠前的位置作为起点。”的前面)
0_0_21516172_20275.cpp(3) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_21516172_20275.cpp(3) : error C2143: 语法错误 : 缺少“;”(在“const”的前面)
0_0_21516172_20275.cpp(29) : error C3861: “memset”: 找不到标识符
0_0_21516172_20275.cpp(40) : error C2065: “queue”: 未声明的标识符
0_0_21516172_20275.cpp(40) : error C2062: 意外的类型“int”
0_0_21516172_20275.cpp(41) : error C2065: “que”: 未声明的标识符
0_0_21516172_20275.cpp(41) : error C2228: “.push”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_21516172_20275.cpp(43) : error C2065: “que”: 未声明的标识符
0_0_21516172_20275.cpp(43) : error C2228: “.empty”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_21516172_20275.cpp(43) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|