0_0_4044622_6378.cpp
0_0_4044622_6378.cpp(14) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)
0_0_4044622_6378.cpp(14) : error C3861: “from”: 即使使用参数相关的查找,也未找到标识符
0_0_4044622_6378.cpp(14) : error C2475: “std::_Tree<_Traits>::end” : 构造一个指向成员的指针需要显式使用 address-of 运算符('&')和限定名
with
[
_Traits=std::_Tset_traits<int,std::less<int>,std::allocator<int>,false>
]
0_0_4044622_6378.cpp(14) : error C2679: 二进制“!=” : 没有找到接受“<未知>”类型的右操作数的运算符(或没有可接受的转换)
0_0_4044622_6378.cpp(14) : error C2059: 语法错误 : “)”
0_0_4044622_6378.cpp(15) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_4044622_6378.cpp(49) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 1 个
VC\include\xutility(1250) : 参见“std::max”的声明
0_0_4044622_6378.cpp(49) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &)” : 应输入 2 个参数,却提供了 1 个
VC\include\xutility(1242) : 参见“std::max”的声明
|