0_0_12068767_20863.cpp
0_0_12068767_20863.cpp(1) : error C2146: 语法错误 : 缺少“;”(在标识符“java”的前面)
0_0_12068767_20863.cpp(1) : error C2501: “import” : 缺少存储类或类型说明符
0_0_12068767_20863.cpp(1) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_12068767_20863.cpp(1) : error C2501: “java” : 缺少存储类或类型说明符
0_0_12068767_20863.cpp(2) : error C2146: 语法错误 : 缺少“;”(在标识符“java”的前面)
0_0_12068767_20863.cpp(2) : error C2501: “import” : 缺少存储类或类型说明符
0_0_12068767_20863.cpp(2) : error C2086: “int import” : 重定义
0_0_12068767_20863.cpp(1) : 参见“import”的声明
0_0_12068767_20863.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_12068767_20863.cpp(2) : error C2501: “java” : 缺少存储类或类型说明符
0_0_12068767_20863.cpp(2) : error C2086: “int java” : 重定义
0_0_12068767_20863.cpp(1) : 参见“java”的声明
0_0_12068767_20863.cpp(4) : error C3381: “Main” : 程序集访问说明符只能应用于托管类型
0_0_12068767_20863.cpp(6) : error C2144: 语法错误 : “int”的前面应有“:”
0_0_12068767_20863.cpp(6) : error C3409: 不允许空属性块
0_0_12068767_20863.cpp(6) : error C3409: 不允许空属性块
0_0_12068767_20863.cpp(6) : error C2061: 语法错误 : 标识符“res”
0_0_12068767_20863.cpp(6) : error C2238: 意外的标记位于“;”之前
0_0_12068767_20863.cpp(7) : error C2144: 语法错误 : “int”的前面应有“:”
0_0_12068767_20863.cpp(7) : error C3409: 不允许空属性块
0_0_12068767_20863.cpp(7) : error C2061: 语法错误 : 标识符“visit”
0_0_12068767_20863.cpp(7) : error C2238: 意外的标记位于“;”之前
0_0_12068767_20863.cpp(9) : error C2144: 语法错误 : “void”的前面应有“:”
0_0_12068767_20863.cpp(9) : error C2061: 语法错误 : 标识符“String”
0_0_12068767_20863.cpp(9) : error C2146: 语法错误 : 缺少“;”(在标识符“throws”的前面)
0_0_12068767_20863.cpp(9) : error C2146: 语法错误 : 缺少“;”(在标识符“IOException”的前面)
0_0_12068767_20863.cpp(9) : error C2501: “Main::throws” : 缺少存储类或类型说明符
0_0_12068767_20863.cpp(9) : error C2501: “Main::IOException” : 缺少存储类或类型说明符
0_0_12068767_20863.cpp(10) : error C2146: 语法错误 : 缺少“;”(在标识符“cin”的前面)
0_0_12068767_20863.cpp(10) : error C2501: “Main::StreamTokenizer” : 缺少存储类或类型说明符
0_0_12068767_20863.cpp(10) : error C2061: 语法错误 : 标识符“StreamTokenizer”
0_0_12068767_20863.cpp(10) : error C2864: “cin” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_12068767_20863.cpp(10) : error C2501: “Main::cin” : 缺少存储类或类型说明符
0_0_12068767_20863.cpp(12) : error C2146: 语法错误 : 缺少“;”(在标识符“out”的前面)
0_0_12068767_20863.cpp(12) : error C2501: “Main::PrintWriter” : 缺少存储类或类型说明符
0_0_12068767_20863.cpp(12) : error C2061: 语法错误 : 标识符“PrintWriter”
0_0_12068767_20863.cpp(12) : error C2864: “out” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_12068767_20863.cpp(12) : error C2501: “Main::out” : 缺少存储类或类型说明符
0_0_12068767_20863.cpp(14) : error C2334: “{”的前面有意外标记;跳过明显的函数体
0_0_12068767_20863.cpp(79) : error C2628: “Main”后面接“int”是非法的(是否忘记了“;”?)
0_0_12068767_20863.cpp(82) : error C2065: “Integer” : 未声明的标识符
0_0_12068767_20863.cpp(82) : error C2228: “.MAX_VALUE”的左侧必须有类/结构/联合类型
类型是“'unknown-type'”
0_0_12068767_20863.cpp(85) : error C2065: “res” : 未声明的标识符
0_0_12068767_20863.cpp(85) : error C2065: “visit” : 未声明的标识符
0_0_12068767_20863.cpp(86) : error C3861: “visit”: 即使使用参数相关的查找,也未找到标识符
0_0_12068767_20863.cpp(88) : error C3861: “res”: 即使使用参数相关的查找,也未找到标识符
0_0_12068767_20863.cpp(89) : error C3861: “res”: 即使使用参数相关的查找,也未找到标识符
0_0_12068767_20863.cpp(96) : error C2440: “return” : 无法从“int”转换为“Main”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_12068767_20863.cpp(98) : error C2059: 语法错误 : “}”
0_0_12068767_20863.cpp(98) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_12068767_20863.cpp(98) : error C2059: 语法错误 : “}”
|