0_0_16949287_21704.cpp
0_0_16949287_21704.cpp(72) : error C2370: “MAX”: 重定义;不同的存储类
0_0_16949287_21704.cpp(4) : 参见“MAX”的声明
0_0_16949287_21704.cpp(73) : error C2370: “MAXINT”: 重定义;不同的存储类
0_0_16949287_21704.cpp(5) : 参见“MAXINT”的声明
0_0_16949287_21704.cpp(75) : error C2011: “point”:“struct”类型重定义
0_0_16949287_21704.cpp(7) : 参见“point”的声明
0_0_16949287_21704.cpp(79) : error C2369: “map”: 重定义;不同的下标
0_0_16949287_21704.cpp(11) : 参见“map”的声明
0_0_16949287_21704.cpp(80) : error C2369: “visit”: 重定义;不同的下标
0_0_16949287_21704.cpp(12) : 参见“visit”的声明
0_0_16949287_21704.cpp(81) : error C2369: “dist”: 重定义;不同的下标
0_0_16949287_21704.cpp(13) : 参见“dist”的声明
0_0_16949287_21704.cpp(82) : error C2086: “int n”: 重定义
0_0_16949287_21704.cpp(14) : 参见“n”的声明
0_0_16949287_21704.cpp(82) : error C2086: “int m”: 重定义
0_0_16949287_21704.cpp(14) : 参见“m”的声明
0_0_16949287_21704.cpp(84) : error C2084: 函数“void Dijkstra(void)”已有主体
0_0_16949287_21704.cpp(15) : 参见“Dijkstra”的前一个定义
0_0_16949287_21704.cpp(108) : error C2084: 函数“int main(void)”已有主体
0_0_16949287_21704.cpp(39) : 参见“main”的前一个定义
0_0_16949287_21704.cpp(115) : error C2027: 使用了未定义类型“point”
0_0_16949287_21704.cpp(7) : 参见“point”的声明
0_0_16949287_21704.cpp(115) : error C2228: “.x1”的左边必须有类/结构/联合
0_0_16949287_21704.cpp(7) : 参见“point”的声明
0_0_16949287_21704.cpp(115) : error C2228: “.x2”的左边必须有类/结构/联合
0_0_16949287_21704.cpp(7) : 参见“point”的声明
0_0_16949287_21704.cpp(115) : error C2228: “.length”的左边必须有类/结构/联合
0_0_16949287_21704.cpp(124) : error C2027: 使用了未定义类型“point”
0_0_16949287_21704.cpp(7) : 参见“point”的声明
0_0_16949287_21704.cpp(124) : error C2228: “.x2”的左边必须有类/结构/联合
0_0_16949287_21704.cpp(7) : 参见“point”的声明
0_0_16949287_21704.cpp(124) : error C2228: “.x1”的左边必须有类/结构/联合
0_0_16949287_21704.cpp(7) : 参见“point”的声明
0_0_16949287_21704.cpp(7) : 参见“point”的声明
0_0_16949287_21704.cpp(125) : error C2027: 使用了未定义类型“point”
0_0_16949287_21704.cpp(7) : 参见“point”的声明
0_0_16949287_21704.cpp(125) : error C2228: “.length”的左边必须有类/结构/联合
0_0_16949287_21704.cpp(126) : error C3861: “Dijkstra”: 找不到标识符
0_0_16949287_21704.cpp(132) : error C2027: 使用了未定义类型“point”
0_0_16949287_21704.cpp(7) : 参见“point”的声明
0_0_16949287_21704.cpp(132) : error C2228: “.length”的左边必须有类/结构/联合
|