0_0_2966286_3396.cpp
0_0_2966286_3396.cpp(1) : error C2146: 语法错误 : 缺少“;”(在标识符“java”的前面)
0_0_2966286_3396.cpp(1) : error C2501: “import” : 缺少存储类或类型说明符
0_0_2966286_3396.cpp(1) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_2966286_3396.cpp(1) : error C2501: “java” : 缺少存储类或类型说明符
0_0_2966286_3396.cpp(2) : error C2146: 语法错误 : 缺少“;”(在标识符“java”的前面)
0_0_2966286_3396.cpp(2) : error C2501: “import” : 缺少存储类或类型说明符
0_0_2966286_3396.cpp(2) : error C2086: “int import” : 重定义
0_0_2966286_3396.cpp(1) : 参见“import”的声明
0_0_2966286_3396.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_2966286_3396.cpp(2) : error C2501: “java” : 缺少存储类或类型说明符
0_0_2966286_3396.cpp(2) : error C2086: “int java” : 重定义
0_0_2966286_3396.cpp(1) : 参见“java”的声明
0_0_2966286_3396.cpp(4) : error C3381: “Main” : 程序集访问说明符只能应用于托管类型
0_0_2966286_3396.cpp(6) : error C2146: 语法错误 : 缺少“;”(在标识符“x0”的前面)
0_0_2966286_3396.cpp(6) : error C2228: “.valueOf”的左侧必须有类/结构/联合类型
类型是“int”
0_0_2966286_3396.cpp(6) : error C2864: “x0” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_2966286_3396.cpp(6) : error C2501: “Main::x0” : 缺少存储类或类型说明符
0_0_2966286_3396.cpp(7) : error C2146: 语法错误 : 缺少“;”(在标识符“y0”的前面)
0_0_2966286_3396.cpp(7) : error C2086: “int Main::BigInteger” : 重定义
0_0_2966286_3396.cpp(6) : 参见“Main::BigInteger”的声明
0_0_2966286_3396.cpp(7) : error C2228: “.valueOf”的左侧必须有类/结构/联合类型
类型是“int”
0_0_2966286_3396.cpp(7) : error C2864: “y0” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_2966286_3396.cpp(7) : error C2501: “Main::y0” : 缺少存储类或类型说明符
0_0_2966286_3396.cpp(9) : error C2146: 语法错误 : 缺少“;”(在标识符“x”的前面)
0_0_2966286_3396.cpp(9) : error C2086: “int Main::BigInteger” : 重定义
0_0_2966286_3396.cpp(6) : 参见“Main::BigInteger”的声明
0_0_2966286_3396.cpp(9) : error C2061: 语法错误 : 标识符“BigInteger”
0_0_2966286_3396.cpp(9) : error C2864: “x” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_2966286_3396.cpp(9) : error C2501: “Main::x” : 缺少存储类或类型说明符
0_0_2966286_3396.cpp(10) : error C2146: 语法错误 : 缺少“;”(在标识符“y”的前面)
0_0_2966286_3396.cpp(10) : error C2086: “int Main::BigInteger” : 重定义
0_0_2966286_3396.cpp(6) : 参见“Main::BigInteger”的声明
0_0_2966286_3396.cpp(10) : error C2061: 语法错误 : 标识符“BigInteger”
0_0_2966286_3396.cpp(10) : error C2864: “y” : 只有常数静态整型数据成员才可以在类或结构中初始化
0_0_2966286_3396.cpp(10) : error C2501: “Main::y” : 缺少存储类或类型说明符
0_0_2966286_3396.cpp(27) : error C2144: 语法错误 : “void”的前面应有“:”
0_0_2966286_3396.cpp(27) : error C2061: 语法错误 : 标识符“String”
0_0_2966286_3396.cpp(49) : fatal error C1004: 遇到意外的文件结束
|