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_33921796_29554.cpp
0_0_33921796_29554.cpp(1) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(1) : error C3861: “input”:  找不到标识符
0_0_33921796_29554.cpp(2) : error C2146: 语法错误: 缺少“;”(在标识符“size_max”的前面)
0_0_33921796_29554.cpp(2) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(3) : error C2146: 语法错误: 缺少“;”(在标识符“sizes”的前面)
0_0_33921796_29554.cpp(3) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(5) : error C2059: 语法错误:“for”
0_0_33921796_29554.cpp(6) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_33921796_29554.cpp(6) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(6) : error C2086: “int sizes”: 重定义
        0_0_33921796_29554.cpp(3) : 参见“sizes”的声明
0_0_33921796_29554.cpp(8) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(8) : error C2374: “size_max”: 重定义;多次初始化
        0_0_33921796_29554.cpp(2) : 参见“size_max”的声明
0_0_33921796_29554.cpp(8) : error C2065: “i”: 未声明的标识符
0_0_33921796_29554.cpp(10) : error C2146: 语法错误: 缺少“;”(在标识符“result”的前面)
0_0_33921796_29554.cpp(10) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(11) : error C2146: 语法错误: 缺少“;”(在标识符“results”的前面)
0_0_33921796_29554.cpp(11) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(11) : error C3861: “list”:  找不到标识符
0_0_33921796_29554.cpp(11) : error C3861: “range”:  找不到标识符
0_0_33921796_29554.cpp(12) : error C2143: 语法错误 : 缺少“;”(在“for”的前面)
0_0_33921796_29554.cpp(13) : error C2143: 语法错误 : 缺少“;”(在“*=”的前面)
0_0_33921796_29554.cpp(13) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(13) : error C2086: “int result”: 重定义
        0_0_33921796_29554.cpp(10) : 参见“result”的声明
0_0_33921796_29554.cpp(15) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(15) : error C2228: “.index”的左边必须有类/结构/联合
        类型是“int”
0_0_33921796_29554.cpp(15) : error C2065: “i”: 未声明的标识符
0_0_33921796_29554.cpp(16) : error C2146: 语法错误: 缺少“;”(在标识符“except”的前面)
0_0_33921796_29554.cpp(16) : error C2146: 语法错误: 缺少“;”(在标识符“ValueError”的前面)
0_0_33921796_29554.cpp(16) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(16) : error C2143: 语法错误 : 缺少“;”(在“:”的前面)
0_0_33921796_29554.cpp(18) : error C2143: 语法错误 : 缺少“;”(在“else”的前面)
0_0_33921796_29554.cpp(18) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(19) : error C2466: 不能分配常量大小为 0 的数组
0_0_33921796_29554.cpp(19) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(19) : error C2040: “sizes”:“int []”与“int”的间接寻址级别不同
0_0_33921796_29554.cpp(20) : error C2065: “None”: 未声明的标识符
0_0_33921796_29554.cpp(20) : error C2146: 语法错误: 缺少“;”(在标识符“results”的前面)
0_0_33921796_29554.cpp(20) : error C2466: 不能分配常量大小为 0 的数组
0_0_33921796_29554.cpp(20) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(20) : error C2040: “results”:“int []”与“int”的间接寻址级别不同
0_0_33921796_29554.cpp(22) : error C2143: 语法错误 : 缺少“;”(在“for”的前面)
0_0_33921796_29554.cpp(23) : error C2065: “i”: 未声明的标识符
0_0_33921796_29554.cpp(24) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33921796_29554.cpp(24) : fatal error C1004: 发现意外的文件尾


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-02-18 18:19:32, Gzip enabled