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_13556671_25486.cpp
0_0_13556671_25486.cpp(17) : error C2065: “int32_t”: 未声明的标识符
0_0_13556671_25486.cpp(17) : error C2923: “std::vector”: 对于参数“_Ty”,“int32_t”不是有效的 模板 类型变量
0_0_13556671_25486.cpp(17) : error C2133: “res”: 未知的大小
0_0_13556671_25486.cpp(17) : error C2512: “std::vector”: 没有合适的默认构造函数可用
0_0_13556671_25486.cpp(19) : error C2663: “std::vector<_Ty,_Alloc>::push_back”: 2 个重载没有“this”指针的合法转换
0_0_13556671_25486.cpp(20) : error C2663: “std::vector<_Ty,_Alloc>::push_back”: 2 个重载没有“this”指针的合法转换
0_0_13556671_25486.cpp(22) : error C2663: “std::vector<_Ty,_Alloc>::push_back”: 2 个重载没有“this”指针的合法转换
0_0_13556671_25486.cpp(23) : error C2065: “int32_t”: 未声明的标识符
0_0_13556671_25486.cpp(23) : error C2146: 语法错误: 缺少“;”(在标识符“j”的前面)
0_0_13556671_25486.cpp(23) : error C2065: “j”: 未声明的标识符
0_0_13556671_25486.cpp(23) : error C2143: 语法错误 : 缺少“)”(在“--”的前面)
0_0_13556671_25486.cpp(23) : error C2059: 语法错误:“;”
0_0_13556671_25486.cpp(23) : error C2059: 语法错误:“)”
0_0_13556671_25486.cpp(24) : error C2065: “int32_t”: 未声明的标识符
0_0_13556671_25486.cpp(24) : error C2146: 语法错误: 缺少“}”(在标识符“len”的前面)
0_0_13556671_25486.cpp(24) : error C2146: 语法错误: 缺少“;”(在标识符“len”的前面)
0_0_13556671_25486.cpp(24) : error C2065: “len”: 未声明的标识符
0_0_13556671_25486.cpp(24) : error C2662: “_Vector_alloc<!std::is_empty<_Alloc_types::_Alloc>::value,std::_Vec_base_types<_Ty,_Alloc_types::_Alloc>>::size_type std::vector<_Ty,_Alloc>::size(void) throw() const”: 不能将“this”指针从“std::vector”转换为“const std::vector<_Ty,_Alloc> &”
        原因如下:  无法从“std::vector”转换为“const std::vector<_Ty,_Alloc>”
        转换要求第二个用户定义的转换运算符或构造函数
0_0_13556671_25486.cpp(24) : error C2065: “carry”: 未声明的标识符
0_0_13556671_25486.cpp(24) : error C2065: “tmp”: 未声明的标识符
0_0_13556671_25486.cpp(25) : error C2065: “int32_t”: 未声明的标识符
0_0_13556671_25486.cpp(25) : error C2146: 语法错误: 缺少“;”(在标识符“i”的前面)
0_0_13556671_25486.cpp(25) : error C2065: “i”: 未声明的标识符
0_0_13556671_25486.cpp(25) : error C2065: “len”: 未声明的标识符
0_0_13556671_25486.cpp(25) : error C2143: 语法错误 : 缺少“)”(在“++”的前面)
0_0_13556671_25486.cpp(25) : error C2059: 语法错误:“;”
0_0_13556671_25486.cpp(25) : error C2059: 语法错误:“)”
0_0_13556671_25486.cpp(26) : error C2065: “tmp”: 未声明的标识符
0_0_13556671_25486.cpp(26) : error C2065: “j”: 未声明的标识符
0_0_13556671_25486.cpp(26) : error C2065: “i”: 未声明的标识符
0_0_13556671_25486.cpp(26) : error C2065: “carry”: 未声明的标识符
0_0_13556671_25486.cpp(26) : error C2143: 语法错误 : 缺少“}”(在“;”的前面)
0_0_13556671_25486.cpp(27) : error C2065: “i”: 未声明的标识符
0_0_13556671_25486.cpp(27) : error C2065: “tmp”: 未声明的标识符
0_0_13556671_25486.cpp(28) : error C2065: “carry”: 未声明的标识符
0_0_13556671_25486.cpp(28) : error C2065: “tmp”: 未声明的标识符
0_0_13556671_25486.cpp(30) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_13556671_25486.cpp(30) : error C2065: “j”: 未声明的标识符
0_0_13556671_25486.cpp(30) : error C2065: “res”: 未声明的标识符
0_0_13556671_25486.cpp(30) : error C2065: “len”: 未声明的标识符
0_0_13556671_25486.cpp(30) : error C2065: “carry”: 未声明的标识符
0_0_13556671_25486.cpp(31) : error C2065: “len”: 未声明的标识符
0_0_13556671_25486.cpp(31) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_13556671_25486.cpp(31) : error C2440: “初始化”: 无法从“int”转换为“int [1]”
        没有转换为数组类型,但有转换为数组的引用或指针
0_0_13556671_25486.cpp(32) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_13556671_25486.cpp(33) : error C2059: 语法错误:“if”
0_0_13556671_25486.cpp(34) : error C2059: 语法错误:“}”
0_0_13556671_25486.cpp(34) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_13556671_25486.cpp(36) : error C2143: 语法错误 : 缺少“;”(在“<<”的前面)
0_0_13556671_25486.cpp(36) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_13556671_25486.cpp(37) : error C2059: 语法错误:“for”
0_0_13556671_25486.cpp(37) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)
0_0_13556671_25486.cpp(37) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_13556671_25486.cpp(37) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_13556671_25486.cpp(37) : error C2059: 语法错误:“++”
0_0_13556671_25486.cpp(37) : error C2059: 语法错误:“)”
0_0_13556671_25486.cpp(37) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_13556671_25486.cpp(37) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_13556671_25486.cpp(44) : error C2143: 语法错误 : 缺少“;”(在“<<”的前面)
0_0_13556671_25486.cpp(44) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_13556671_25486.cpp(44) : error C2086: “int cout”: 重定义
        0_0_13556671_25486.cpp(36) : 参见“cout”的声明
0_0_13556671_25486.cpp(45) : error C2059: 语法错误:“}”
0_0_13556671_25486.cpp(45) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_13556671_25486.cpp(47) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_13556671_25486.cpp(47) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)


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-11-30 16:54:17, Gzip enabled