0_0_2858115_23005.cpp
0_0_2858115_23005.cpp(1) : error C2146: 语法错误 : 缺少“;”(在标识符“java”的前面)
0_0_2858115_23005.cpp(1) : error C2501: “import” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(1) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_2858115_23005.cpp(1) : error C2501: “java” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(2) : error C2146: 语法错误 : 缺少“;”(在标识符“java”的前面)
0_0_2858115_23005.cpp(2) : error C2501: “import” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(2) : error C2086: “int import” : 重定义
0_0_2858115_23005.cpp(1) : 参见“import”的声明
0_0_2858115_23005.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_2858115_23005.cpp(2) : error C2501: “java” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(2) : error C2086: “int java” : 重定义
0_0_2858115_23005.cpp(1) : 参见“java”的声明
0_0_2858115_23005.cpp(4) : error C3381: “Main” : 程序集访问说明符只能应用于托管类型
0_0_2858115_23005.cpp(5) : error C2144: 语法错误 : “int”的前面应有“;”
0_0_2858115_23005.cpp(5) : error C2864: “n” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_2858115_23005.cpp(6) : error C2327: “Main::n” : 不是类型名称、静态或枚举数
0_0_2858115_23005.cpp(6) : error C2065: “n” : 未声明的标识符
0_0_2858115_23005.cpp(6) : error C2864: “tree” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_2858115_23005.cpp(7) : error C2864: “f” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_2858115_23005.cpp(30) : error C2144: 语法错误 : “void”的前面应有“:”
0_0_2858115_23005.cpp(30) : error C2061: 语法错误 : 标识符“String”
0_0_2858115_23005.cpp(30) : error C2146: 语法错误 : 缺少“;”(在标识符“throws”的前面)
0_0_2858115_23005.cpp(30) : error C2146: 语法错误 : 缺少“;”(在标识符“IOException”的前面)
0_0_2858115_23005.cpp(30) : error C2501: “Main::throws” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(30) : error C2501: “Main::IOException” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(31) : error C2146: 语法错误 : 缺少“;”(在标识符“cin”的前面)
0_0_2858115_23005.cpp(31) : error C2501: “Main::StreamTokenizer” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(31) : error C2061: 语法错误 : 标识符“StreamTokenizer”
0_0_2858115_23005.cpp(31) : error C2864: “cin” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_2858115_23005.cpp(31) : error C2501: “Main::cin” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(33) : error C2146: 语法错误 : 缺少“;”(在标识符“cout”的前面)
0_0_2858115_23005.cpp(33) : error C2501: “Main::PrintWriter” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(33) : error C2061: 语法错误 : 标识符“PrintWriter”
0_0_2858115_23005.cpp(33) : error C2864: “cout” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_2858115_23005.cpp(33) : error C2501: “Main::cout” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(36) : error C2146: 语法错误 : 缺少“;”(在标识符“str”的前面)
0_0_2858115_23005.cpp(36) : error C2501: “Main::String” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(36) : error C2501: “Main::str” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(38) : error C2059: 语法错误 : “while”
0_0_2858115_23005.cpp(38) : error C2334: “{”的前面有意外标记;跳过明显的函数体
0_0_2858115_23005.cpp(78) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_2858115_23005.cpp(78) : error C2501: “Main::cout” : 缺少存储类或类型说明符
0_0_2858115_23005.cpp(78) : error C2238: 意外的标记位于“;”之前
0_0_2858115_23005.cpp(80) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_2858115_23005.cpp(80) : error C2059: 语法错误 : “}”
0_0_2858115_23005.cpp(80) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_2858115_23005.cpp(80) : error C2059: 语法错误 : “}”
|