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_33077717_13363.cpp
0_0_33077717_13363.cpp(13) : error C2144: 语法错误:“unsigned int”的前面应有“;”
0_0_33077717_13363.cpp(13) : error C4430: 缺少类型说明符 - 假定为 int。注意:  C++ 不支持默认 int
0_0_33077717_13363.cpp(55) : error C2664: “void std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::insert(std::initializer_list<std::pair<const _Kty,_Ty>>)”: 无法将参数 1 从“initializer-list”转换为“std::pair<const _Kty,_Ty> &&”
        with
        [
            _Kty=std::tuple<unsigned int,unsigned int>
,            _Ty=int
,            _Pr=std::less<std::tuple<unsigned int,unsigned int>>
,            _Alloc=std::allocator<std::pair<const std::tuple<unsigned int,unsigned int>,int>>
        ]
        and
        [
            _Kty=std::tuple<unsigned int,unsigned int>
,            _Ty=int
        ]
        原因如下:  无法从“initializer-list”转换为“std::pair<const _Kty,_Ty>”
        with
        [
            _Kty=std::tuple<unsigned int,unsigned int>
,            _Ty=int
        ]
        无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_33077717_13363.cpp(55) : error C2227: “->second”的左边必须指向类/结构/联合/泛型类型
0_0_33077717_13363.cpp(59) : error C2664: “std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::find(const std::tuple<unsigned int,unsigned int> &) const”: 无法将参数 1 从“initializer-list”转换为“const std::tuple<unsigned int,unsigned int> &”
        with
        [
            _Kty=std::tuple<unsigned int,unsigned int>
,            _Ty=int
,            _Pr=std::less<std::tuple<unsigned int,unsigned int>>
,            _Alloc=std::allocator<std::pair<const std::tuple<unsigned int,unsigned int>,int>>
        ]
        原因如下:  无法从“initializer-list”转换为“const std::tuple<unsigned int,unsigned int>”
        无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_33077717_13363.cpp(60) : error C3536: “it”:  初始化之前无法使用
0_0_33077717_13363.cpp(60) : error C2678: 二进制“==”: 没有找到接受“int”类型的左操作数的运算符(或没有可接受的转换)
        VC2013\INCLUDE\exception(497): 可能是“bool std::operator ==(const std::exception_ptr &,const std::exception_ptr &)”[通过使用参数相关的查找找到]
        VC2013\INCLUDE\exception(502): 或       “bool std::operator ==(std::nullptr_t,const std::exception_ptr &)”[使用参数相关的查找找到]
        VC2013\INCLUDE\exception(507): 或       “bool std::operator ==(const std::exception_ptr &,std::nullptr_t)”[使用参数相关的查找找到]
        VC2013\INCLUDE\system_error(402): 或       “bool std::operator ==(const std::error_code &,const std::error_condition &) throw()”[使用参数相关的查找找到]
        VC2013\INCLUDE\system_error(410): 或       “bool std::operator ==(const std::error_condition &,const std::error_code &) throw()”[使用参数相关的查找找到]
        尝试匹配参数列表“(int, std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>)”时
        with
        [
            _Kty=std::tuple<unsigned int,unsigned int>
,            _Ty=int
        ]
0_0_33077717_13363.cpp(62) : error C3536: “it”:  初始化之前无法使用
0_0_33077717_13363.cpp(62) : error C2227: “->second”的左边必须指向类/结构/联合/泛型类型
        类型是“int”
0_0_33077717_13363.cpp(66) : error C2664: “std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::find(const std::tuple<unsigned int,unsigned int> &) const”: 无法将参数 1 从“initializer-list”转换为“const std::tuple<unsigned int,unsigned int> &”
        with
        [
            _Kty=std::tuple<unsigned int,unsigned int>
,            _Ty=int
,            _Pr=std::less<std::tuple<unsigned int,unsigned int>>
,            _Alloc=std::allocator<std::pair<const std::tuple<unsigned int,unsigned int>,int>>
        ]
        原因如下:  无法从“initializer-list”转换为“const std::tuple<unsigned int,unsigned int>”
        无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_33077717_13363.cpp(67) : error C3536: “it”:  初始化之前无法使用
0_0_33077717_13363.cpp(67) : error C2678: 二进制“==”: 没有找到接受“int”类型的左操作数的运算符(或没有可接受的转换)
        VC2013\INCLUDE\exception(497): 可能是“bool std::operator ==(const std::exception_ptr &,const std::exception_ptr &)”[通过使用参数相关的查找找到]
        VC2013\INCLUDE\exception(502): 或       “bool std::operator ==(std::nullptr_t,const std::exception_ptr &)”[使用参数相关的查找找到]
        VC2013\INCLUDE\exception(507): 或       “bool std::operator ==(const std::exception_ptr &,std::nullptr_t)”[使用参数相关的查找找到]
        VC2013\INCLUDE\system_error(402): 或       “bool std::operator ==(const std::error_code &,const std::error_condition &) throw()”[使用参数相关的查找找到]
        VC2013\INCLUDE\system_error(410): 或       “bool std::operator ==(const std::error_condition &,const std::error_code &) throw()”[使用参数相关的查找找到]
        尝试匹配参数列表“(int, std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>)”时
        with
        [
            _Kty=std::tuple<unsigned int,unsigned int>
,            _Ty=int
        ]
0_0_33077717_13363.cpp(69) : error C3536: “it”:  初始化之前无法使用
0_0_33077717_13363.cpp(69) : error C2227: “->second”的左边必须指向类/结构/联合/泛型类型
        类型是“int”
0_0_33077717_13363.cpp(77) : error C2664: “void std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::insert(std::initializer_list<std::pair<const _Kty,_Ty>>)”: 无法将参数 1 从“initializer-list”转换为“std::pair<const _Kty,_Ty> &&”
        with
        [
            _Kty=std::tuple<unsigned int,unsigned int>
,            _Ty=int
,            _Pr=std::less<std::tuple<unsigned int,unsigned int>>
,            _Alloc=std::allocator<std::pair<const std::tuple<unsigned int,unsigned int>,int>>
        ]
        and
        [
            _Kty=std::tuple<unsigned int,unsigned int>
,            _Ty=int
        ]
        原因如下:  无法从“initializer-list”转换为“std::pair<const _Kty,_Ty>”
        with
        [
            _Kty=std::tuple<unsigned int,unsigned int>
,            _Ty=int
        ]
        无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_33077717_13363.cpp(77) : error C2227: “->second”的左边必须指向类/结构/联合/泛型类型
0_0_33077717_13363.cpp(82) : error C2057: 应输入常量表达式


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 06:53:26, Gzip enabled