F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_37492648_16577.cpp
0_0_37492648_16577.cpp(1) : error C2146: 语法错误: 缺少“;”(在标识符“java”的前面)
0_0_37492648_16577.cpp(1) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(1) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_37492648_16577.cpp(2) : error C2146: 语法错误: 缺少“;”(在标识符“java”的前面)
0_0_37492648_16577.cpp(2) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(2) : error C2086: “int import”: 重定义
        0_0_37492648_16577.cpp(1) : 参见“import”的声明
0_0_37492648_16577.cpp(2) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_37492648_16577.cpp(2) : error C2086: “int java”: 重定义
        0_0_37492648_16577.cpp(1) : 参见“java”的声明
0_0_37492648_16577.cpp(3) : error C2146: 语法错误: 缺少“;”(在标识符“java”的前面)
0_0_37492648_16577.cpp(3) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(3) : error C2086: “int import”: 重定义
        0_0_37492648_16577.cpp(1) : 参见“import”的声明
0_0_37492648_16577.cpp(3) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_37492648_16577.cpp(3) : error C2086: “int java”: 重定义
        0_0_37492648_16577.cpp(1) : 参见“java”的声明
0_0_37492648_16577.cpp(9) : error C3381: “Main”: 只有在用 /clr 选项编译的代码中才有程序集访问说明符
0_0_37492648_16577.cpp(11) : error C2864: “Main::INF”: 带有类内初始值设定项的静态数据成员必须具有不可变的常量整型
        类型是“int”
0_0_37492648_16577.cpp(13) : error C2144: 语法错误:“void”的前面应有“:”
0_0_37492648_16577.cpp(17) : error C2144: 语法错误:“void”的前面应有“:”
0_0_37492648_16577.cpp(17) : error C2061: 语法错误: 标识符“String”
0_0_37492648_16577.cpp(17) : error C3646: “throws”: 未知重写说明符
0_0_37492648_16577.cpp(17) : error C3646: “IOException”: 未知重写说明符
0_0_37492648_16577.cpp(29) : error C2144: 语法错误:“void”的前面应有“:”
0_0_37492648_16577.cpp(56) : error C2143: 语法错误 : 缺少“:”(在“<class-head>”的前面)
0_0_37492648_16577.cpp(59) : error C2144: 语法错误:“Main::Node”的前面应有“:”
0_0_37492648_16577.cpp(68) : error C2059: 语法错误:“public”
0_0_37492648_16577.cpp(68) : error C2159: 指定了一个以上的存储类
0_0_37492648_16577.cpp(68) : error C2628: “Main::Node”后面接“long”是非法的(是否忘记了“;”?)
0_0_37492648_16577.cpp(79) : error C2144: 语法错误:“int”的前面应有“:”
0_0_37492648_16577.cpp(83) : error C2144: 语法错误:“int”的前面应有“:”
0_0_37492648_16577.cpp(87) : error C2144: 语法错误:“void”的前面应有“:”
0_0_37492648_16577.cpp(87) : error C2146: 语法错误: 缺少“)”(在标识符“a”的前面)
0_0_37492648_16577.cpp(87) : error C3646: “a”: 未知重写说明符
0_0_37492648_16577.cpp(87) : error C2062: 意外的类型“int” 
0_0_37492648_16577.cpp(87) : error C2059: 语法错误:“{”
0_0_37492648_16577.cpp(87) : error C2334: “{”的前面有意外标记;跳过明显的函数体
0_0_37492648_16577.cpp(114) : error C2146: 语法错误: 缺少“;”(在标识符“inputStream”的前面)
0_0_37492648_16577.cpp(114) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(114) : error C2143: 语法错误 : 缺少“;”(在“=”的前面)
0_0_37492648_16577.cpp(114) : error C2238: 意外的标记位于“;”之前
0_0_37492648_16577.cpp(115) : error C2146: 语法错误: 缺少“;”(在标识符“in”的前面)
0_0_37492648_16577.cpp(115) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(115) : error C2143: 语法错误 : 缺少“;”(在“=”的前面)
0_0_37492648_16577.cpp(115) : error C2238: 意外的标记位于“;”之前
0_0_37492648_16577.cpp(116) : error C2146: 语法错误: 缺少“;”(在标识符“out”的前面)
0_0_37492648_16577.cpp(116) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(116) : error C2143: 语法错误 : 缺少“;”(在“=”的前面)
0_0_37492648_16577.cpp(116) : error C2238: 意外的标记位于“;”之前
0_0_37492648_16577.cpp(119) : error C2146: 语法错误: 缺少“:”(在标识符“BufferedReader”的前面)
0_0_37492648_16577.cpp(119) : error C2146: 语法错误: 缺少“;”(在标识符“reader”的前面)
0_0_37492648_16577.cpp(119) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(120) : error C2146: 语法错误: 缺少“:”(在标识符“StringTokenizer”的前面)
0_0_37492648_16577.cpp(120) : error C2146: 语法错误: 缺少“;”(在标识符“tokenizer”的前面)
0_0_37492648_16577.cpp(120) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(122) : error C2144: 语法错误:“Main::InputReader”的前面应有“:”
0_0_37492648_16577.cpp(122) : error C2061: 语法错误: 标识符“InputStream”
0_0_37492648_16577.cpp(127) : error C2146: 语法错误: 缺少“:”(在标识符“String”的前面)
0_0_37492648_16577.cpp(127) : error C2146: 语法错误: 缺少“;”(在标识符“next”的前面)
0_0_37492648_16577.cpp(127) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(138) : error C2146: 语法错误: 缺少“;”(在标识符“hasNext”的前面)
0_0_37492648_16577.cpp(138) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(150) : error C2146: 语法错误: 缺少“:”(在标识符“String”的前面)
0_0_37492648_16577.cpp(150) : error C2146: 语法错误: 缺少“;”(在标识符“nextLine”的前面)
0_0_37492648_16577.cpp(150) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(160) : error C2144: 语法错误:“int”的前面应有“:”
0_0_37492648_16577.cpp(164) : error C2144: 语法错误:“long”的前面应有“:”
0_0_37492648_16577.cpp(168) : error C2146: 语法错误: 缺少“:”(在标识符“Double”的前面)
0_0_37492648_16577.cpp(168) : error C2146: 语法错误: 缺少“;”(在标识符“nextDouble”的前面)
0_0_37492648_16577.cpp(168) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(172) : error C2146: 语法错误: 缺少“:”(在标识符“BigInteger”的前面)
0_0_37492648_16577.cpp(172) : error C2146: 语法错误: 缺少“;”(在标识符“nextBigInteger”的前面)
0_0_37492648_16577.cpp(172) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(176) : error C2146: 语法错误: 缺少“:”(在标识符“BigDecimal”的前面)
0_0_37492648_16577.cpp(176) : error C2146: 语法错误: 缺少“;”(在标识符“nextBigDecimal”的前面)
0_0_37492648_16577.cpp(176) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_37492648_16577.cpp(181) : error C2059: 语法错误:“}”
0_0_37492648_16577.cpp(181) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_37492648_16577.cpp(181) : error C2238: 意外的标记位于“;”之前
0_0_37492648_16577.cpp(182) : fatal error C1004: 发现意外的文件尾


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-06-17 03:33:54, Gzip enabled