0_0_6265294_22979.cpp
0_0_6265294_22979.cpp(2) : error C2146: 语法错误 : 缺少“;”(在标识符“java”的前面)
0_0_6265294_22979.cpp(2) : error C2501: “import” : 缺少存储类或类型说明符
0_0_6265294_22979.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_6265294_22979.cpp(2) : error C2501: “java” : 缺少存储类或类型说明符
0_0_6265294_22979.cpp(4) : error C3381: “Main” : 程序集访问说明符只能应用于托管类型
0_0_6265294_22979.cpp(5) : error C2144: 语法错误 : “int”的前面应有“:”
0_0_6265294_22979.cpp(5) : error C2864: “MAX” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_6265294_22979.cpp(6) : error C2144: 语法错误 : “int”的前面应有“:”
0_0_6265294_22979.cpp(6) : error C2146: 语法错误 : 缺少“;”(在标识符“edge”的前面)
0_0_6265294_22979.cpp(6) : error C2501: “Main::edge” : 缺少存储类或类型说明符
0_0_6265294_22979.cpp(7) : error C2144: 语法错误 : “int”的前面应有“:”
0_0_6265294_22979.cpp(7) : error C2146: 语法错误 : 缺少“;”(在标识符“target”的前面)
0_0_6265294_22979.cpp(7) : error C2086: “int Main::Edge[]” : 重定义
0_0_6265294_22979.cpp(6) : 参见“Main::Edge”的声明
0_0_6265294_22979.cpp(7) : error C2501: “Main::target” : 缺少存储类或类型说明符
0_0_6265294_22979.cpp(10) : error C2144: 语法错误 : “int”的前面应有“:”
0_0_6265294_22979.cpp(10) : error C3409: 不允许空属性块
0_0_6265294_22979.cpp(10) : error C2061: 语法错误 : 标识符“parent”
0_0_6265294_22979.cpp(10) : error C2238: 意外的标记位于“;”之前
0_0_6265294_22979.cpp(11) : error C2144: 语法错误 : “int”的前面应有“:”
0_0_6265294_22979.cpp(11) : error C2864: “mincost” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_6265294_22979.cpp(12) : error C2144: 语法错误 : “int”的前面应有“:”
0_0_6265294_22979.cpp(13) : error C2144: 语法错误 : “void”的前面应有“:”
0_0_6265294_22979.cpp(13) : error C2061: 语法错误 : 标识符“String”
0_0_6265294_22979.cpp(48) : error C2144: 语法错误 : “void”的前面应有“:”
0_0_6265294_22979.cpp(80) : error C2144: 语法错误 : “void”的前面应有“:”
0_0_6265294_22979.cpp(89) : error C2144: 语法错误 : “int”的前面应有“:”
0_0_6265294_22979.cpp(104) : error C2236: 意外的“class”“Edge”
0_0_6265294_22979.cpp(104) : error C2146: 语法错误 : 缺少“;”(在标识符“Comparable”的前面)
0_0_6265294_22979.cpp(104) : error C2079: “implements”使用未定义的 class“Edge”
0_0_6265294_22979.cpp(104) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_6265294_22979.cpp(104) : error C2501: “Comparable” : 缺少存储类或类型说明符
0_0_6265294_22979.cpp(105) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_6265294_22979.cpp(105) : error C2447: “{” : 缺少函数标题(是否是老式的形式表?)
|