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_2565321_1645.cpp
VC\include\vector(24) : error C2825: “_Alloc::template”: 不能形成限定名
        VC\include\vector(35) : 参见对正在编译的类模板实例化“std::_Vector_val<_Ty,_Alloc>”的引用
        with
        [
            _Ty=std::string,
            _Alloc=int
        ]
        0_0_2565321_1645.cpp(10) : 参见对正在编译的类模板实例化“std::vector<_Ty,_Ax>”的引用
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(25) : error C2903: “rebind” : 符号既不是类模板也不是函数模板 
VC\include\vector(25) : error C2039: “rebind” : 不是“operator``global namespace''”的成员
VC\include\vector(25) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
VC\include\vector(25) : error C2039: “other” : 不是“operator``global namespace''”的成员
VC\include\vector(25) : error C2238: 意外的标记位于“;”之前
VC\include\vector(27) : error C2146: 语法错误 : 缺少“;”(在标识符“_Alval”的前面)
VC\include\vector(27) : error C2501: “std::_Vector_val<_Ty,_Alloc>::_Alty” : 缺少存储类或类型说明符
        with
        [
            _Ty=std::string,
            _Alloc=int
        ]
VC\include\vector(27) : error C2501: “std::_Vector_val<_Ty,_Alloc>::_Alval” : 缺少存储类或类型说明符
        with
        [
            _Ty=std::string,
            _Alloc=int
        ]
VC\include\vector(39) : error C2039: “_Alty” : 不是“std::_Vector_val<_Ty,_Alloc>”的成员
        with
        [
            _Ty=std::string,
            _Alloc=int
        ]
VC\include\vector(39) : error C2146: 语法错误 : 缺少“;”(在标识符“_Alloc”的前面)
VC\include\vector(39) : error C2501: “std::vector<_Ty,_Ax>::_Alloc” : 缺少存储类或类型说明符
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(40) : error C2146: 语法错误 : 缺少“;”(在标识符“allocator_type”的前面)
VC\include\vector(40) : error C2501: “std::vector<_Ty,_Ax>::allocator_type” : 缺少存储类或类型说明符
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(41) : error C2825: “std::vector<_Ty,_Ax>::_Alloc::size_type”: 不能形成限定名
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(41) : error C2039: “size_type” : 不是“operator``global namespace''”的成员
VC\include\vector(41) : error C2146: 语法错误 : 缺少“;”(在标识符“size_type”的前面)
VC\include\vector(42) : error C2825: “std::vector<_Ty,_Ax>::_Alloc::difference_type”: 不能形成限定名
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(42) : error C2039: “difference_type” : 不是“operator``global namespace''”的成员
VC\include\vector(42) : error C2146: 语法错误 : 缺少“;”(在标识符“_Dift”的前面)
VC\include\vector(42) : error C2501: “std::vector<_Ty,_Ax>::_Dift” : 缺少存储类或类型说明符
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(43) : error C2146: 语法错误 : 缺少“;”(在标识符“difference_type”的前面)
VC\include\vector(44) : error C2825: “std::vector<_Ty,_Ax>::_Alloc::pointer”: 不能形成限定名
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(44) : error C2039: “pointer” : 不是“operator``global namespace''”的成员
VC\include\vector(44) : error C2146: 语法错误 : 缺少“;”(在标识符“_Tptr”的前面)
VC\include\vector(44) : error C2501: “std::vector<_Ty,_Ax>::_Tptr” : 缺少存储类或类型说明符
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(45) : error C2825: “std::vector<_Ty,_Ax>::_Alloc::const_pointer”: 不能形成限定名
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(45) : error C2039: “const_pointer” : 不是“operator``global namespace''”的成员
VC\include\vector(45) : error C2146: 语法错误 : 缺少“;”(在标识符“_Ctptr”的前面)
VC\include\vector(45) : error C2501: “std::vector<_Ty,_Ax>::_Ctptr” : 缺少存储类或类型说明符
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(46) : error C2146: 语法错误 : 缺少“;”(在标识符“pointer”的前面)
VC\include\vector(47) : error C2146: 语法错误 : 缺少“;”(在标识符“const_pointer”的前面)
VC\include\vector(48) : error C2825: “std::vector<_Ty,_Ax>::_Alloc::reference”: 不能形成限定名
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(48) : error C2039: “reference” : 不是“operator``global namespace''”的成员
VC\include\vector(48) : error C2146: 语法错误 : 缺少“;”(在标识符“_Reft”的前面)
VC\include\vector(48) : error C2501: “std::vector<_Ty,_Ax>::_Reft” : 缺少存储类或类型说明符
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(49) : error C2146: 语法错误 : 缺少“;”(在标识符“reference”的前面)
VC\include\vector(50) : error C2825: “std::vector<_Ty,_Ax>::_Alloc::const_reference”: 不能形成限定名
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(50) : error C2039: “const_reference” : 不是“operator``global namespace''”的成员
VC\include\vector(50) : error C2146: 语法错误 : 缺少“;”(在标识符“const_reference”的前面)
VC\include\vector(51) : error C2825: “std::vector<_Ty,_Ax>::_Alloc::value_type”: 不能形成限定名
        with
        [
            _Ty=std::string,
            _Ax=int
        ]
VC\include\vector(51) : error C2039: “value_type” : 不是“operator``global namespace''”的成员
VC\include\vector(51) : error C2146: 语法错误 : 缺少“;”(在标识符“value_type”的前面)
0_0_2565321_1645.cpp(12) : error C2146: 语法错误 : 缺少“;”(在标识符“Sta”的前面)
0_0_2565321_1645.cpp(12) : error C2501: “strcut” : 缺少存储类或类型说明符
0_0_2565321_1645.cpp(12) : error C2470: “Sta” : 看起来像函数定义,但没有形参表;跳过明显的函数体
0_0_2565321_1645.cpp(15) : error C2501: “sta” : 缺少存储类或类型说明符
0_0_2565321_1645.cpp(50) : error C2065: “n” : 未声明的标识符
0_0_2565321_1645.cpp(54) : error C3861: “n”: 即使使用参数相关的查找,也未找到标识符
0_0_2565321_1645.cpp(57) : error C2679: 二进制“[” : 没有找到接受“<未知>”类型的右操作数的运算符(或没有可接受的转换)
0_0_2565321_1645.cpp(59) : error C2679: 二进制“[” : 没有找到接受“<未知>”类型的右操作数的运算符(或没有可接受的转换)
0_0_2565321_1645.cpp(60) : error C2228: “.x”的左侧必须有类/结构/联合类型
        类型是“int”
0_0_2565321_1645.cpp(61) : error C2228: “.y”的左侧必须有类/结构/联合类型
        类型是“int”
0_0_2565321_1645.cpp(64) : error C2065: “m” : 未声明的标识符
0_0_2565321_1645.cpp(65) : error C3861: “m”: 即使使用参数相关的查找,也未找到标识符
0_0_2565321_1645.cpp(65) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译


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-10-02 06:44:06, Gzip enabled