0_0_37591086_23071.cpp
0_0_37591086_23071.cpp(1) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_37591086_23071.cpp(2) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_37591086_23071.cpp(2) : error C2065: “null”: 未声明的标识符
0_0_37591086_23071.cpp(3) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_37591086_23071.cpp(4) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_37591086_23071.cpp(5) : error C2059: 语法错误:“if”
0_0_37591086_23071.cpp(5) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_37591086_23071.cpp(5) : error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
0_0_37591086_23071.cpp(64) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_37591086_23071.cpp(64) : error C2144: 语法错误:“long”的前面应有“;”
0_0_37591086_23071.cpp(65) : error C2923: “std::set”: 对于参数“_Kty”,“ll”不是有效的 模板 类型变量
0_0_37591086_23071.cpp(64) : 参见“ll”的声明
0_0_37591086_23071.cpp(64) : 参见“ll”的声明
0_0_37591086_23071.cpp(64) : 参见“ll”的声明
0_0_37591086_23071.cpp(65) : error C2133: “ans”: 未知的大小
0_0_37591086_23071.cpp(65) : error C2512: “std::set”: 没有合适的默认构造函数可用
0_0_37591086_23071.cpp(73) : error C2663: “std::set<_Kty,_Pr,_Alloc>::insert”: 5 个重载没有“this”指针的合法转换
0_0_37591086_23071.cpp(86) : error C2662: “void std::_Tree<_Traits>::clear(void) throw()”: 不能将“this”指针从“std::set”转换为“std::_Tree<_Traits> &”
原因如下: 无法从“std::set”转换为“std::_Tree<_Traits>”
转换要求第二个用户定义的转换运算符或构造函数
0_0_37591086_23071.cpp(95) : error C2662: “_Val_types::size_type std::_Tree<_Traits>::size(void) throw() const”: 不能将“this”指针从“std::set”转换为“const std::_Tree<_Traits> &”
原因如下: 无法从“std::set”转换为“const std::_Tree<_Traits>”
转换要求第二个用户定义的转换运算符或构造函数
|