0_0_39088972_32168.cpp
0_0_39088972_32168.cpp(23) : error C2440: “=”: 无法从“int [1100]”转换为“int”
没有使该转换得以执行的上下文
0_0_39088972_32168.cpp(24) : error C2440: “=”: 无法从“int”转换为“int [1100]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_39088972_32168.cpp(34) : error C2228: “.next”的左边必须有类/结构/联合
类型是“Edge [100000]”
0_0_39088972_32168.cpp(36) : error C2228: “.to”的左边必须有类/结构/联合
类型是“Edge [100000]”
0_0_39088972_32168.cpp(37) : error C2228: “.to”的左边必须有类/结构/联合
类型是“Edge [100000]”
|