0_0_25524095_19244.cpp
0_0_25524095_19244.cpp(1) : error C2014: 预处理器命令必须作为第一个非空白空间启动
0_0_25524095_19244.cpp(11) : error C2059: 语法错误:“return”
0_0_25524095_19244.cpp(12) : error C2238: 意外的标记位于“;”之前
0_0_25524095_19244.cpp(14) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_25524095_19244.cpp(14) : error C2059: 语法错误:“}”
0_0_25524095_19244.cpp(26) : error C2065: “m”: 未声明的标识符
0_0_25524095_19244.cpp(28) : error C2133: “it”: 未知的大小
0_0_25524095_19244.cpp(28) : error C2512: “std::iterator”: 没有合适的默认构造函数可用
0_0_25524095_19244.cpp(33) : error C2065: “cin”: 未声明的标识符
0_0_25524095_19244.cpp(34) : error C2059: 语法错误:“>”
0_0_25524095_19244.cpp(35) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_25524095_19244.cpp(42) : error C2563: 在形参表中不匹配
0_0_25524095_19244.cpp(43) : error C2065: “cin”: 未声明的标识符
0_0_25524095_19244.cpp(44) : error C2059: 语法错误:“>”
0_0_25524095_19244.cpp(48) : error C2563: 在形参表中不匹配
0_0_25524095_19244.cpp(48) : error C2568: “=”: 无法解析函数重载
VC2013\INCLUDE\xutility(3086): 可能是“iterator_traits<_Iter>::difference_type std::count(_InIt,_InIt,const _Ty &)”
0_0_25524095_19244.cpp(51) : error C2582: “operator =”函数在“std::iterator”中不可用
0_0_25524095_19244.cpp(52) : error C2678: 二进制“!=”: 没有找到接受“std::iterator”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\system_error(426): 可能是“bool std::operator !=(const std::error_condition &,const std::error_code &) throw()”
VC2013\INCLUDE\system_error(419): 或 “bool std::operator !=(const std::error_code &,const std::error_condition &) throw()”
VC2013\INCLUDE\exception(522): 或 “bool std::operator !=(const std::exception_ptr &,std::nullptr_t)”
VC2013\INCLUDE\exception(517): 或 “bool std::operator !=(std::nullptr_t,const std::exception_ptr &)”
VC2013\INCLUDE\exception(512): 或 “bool std::operator !=(const std::exception_ptr &,const std::exception_ptr &)”
尝试匹配参数列表“(std::iterator, std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>)”时
with
[
_Kty=v
, _Ty=int
]
0_0_25524095_19244.cpp(53) : error C2676: 二进制“++”:“std::iterator”不定义该运算符或到预定义运算符可接收的类型的转换
0_0_25524095_19244.cpp(54) : error C2100: 非法的间接寻址
0_0_25524095_19244.cpp(54) : error C2039: “second”: 不是“std::iterator”的成员
VC2013\INCLUDE\xutility(338) : 参见“std::iterator”的声明
0_0_25524095_19244.cpp(56) : error C2100: 非法的间接寻址
0_0_25524095_19244.cpp(56) : error C2039: “second”: 不是“std::iterator”的成员
VC2013\INCLUDE\xutility(338) : 参见“std::iterator”的声明
0_0_25524095_19244.cpp(57) : error C2100: 非法的间接寻址
0_0_25524095_19244.cpp(57) : error C2039: “first”: 不是“std::iterator”的成员
VC2013\INCLUDE\xutility(338) : 参见“std::iterator”的声明
0_0_25524095_19244.cpp(57) : error C2228: “.value”的左边必须有类/结构/联合
0_0_25524095_19244.cpp(60) : error C2065: “cout”: 未声明的标识符
|