0_0_35030797_22515.cpp
0_0_35030797_22515.cpp(5) : error C2143: 语法错误 : 缺少“;”(在“常量”的前面)
0_0_35030797_22515.cpp(5) : error C2734: “MAXN”: 如果不是外部的,则必须初始化常量对象
0_0_35030797_22515.cpp(9) : error C2146: 语法错误: 缺少“;”(在标识符“val”的前面)
0_0_35030797_22515.cpp(9) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_35030797_22515.cpp(10) : error C2057: 应输入常量表达式
0_0_35030797_22515.cpp(10) : error C2466: 不能分配常量大小为 0 的数组
0_0_35030797_22515.cpp(13) : error C2039: “val”: 不是“SegTree”的成员
0_0_35030797_22515.cpp(7) : 参见“SegTree”的声明
0_0_35030797_22515.cpp(7) : 参见“SegTree”的声明
0_0_35030797_22515.cpp(7) : 参见“SegTree”的声明
0_0_35030797_22515.cpp(13) : error C2780: “_Ty std::max(std::initializer_list<_Elem>,_Pr)”: 应输入 2 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(4108) : 参见“std::max”的声明
0_0_35030797_22515.cpp(13) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)”: 应输入 3 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(4101) : 参见“std::max”的声明
0_0_35030797_22515.cpp(13) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &)”: 应输入 2 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(4086) : 参见“std::max”的声明
0_0_35030797_22515.cpp(20) : error C2039: “val”: 不是“SegTree”的成员
0_0_35030797_22515.cpp(7) : 参见“SegTree”的声明
0_0_35030797_22515.cpp(29) : error C2061: 语法错误: 标识符“LL”
0_0_35030797_22515.cpp(33) : error C2039: “val”: 不是“SegTree”的成员
0_0_35030797_22515.cpp(7) : 参见“SegTree”的声明
0_0_35030797_22515.cpp(33) : error C2065: “val”: 未声明的标识符
0_0_35030797_22515.cpp(37) : error C2065: “val”: 未声明的标识符
0_0_35030797_22515.cpp(38) : error C2065: “val”: 未声明的标识符
0_0_35030797_22515.cpp(41) : error C2146: 语法错误: 缺少“;”(在标识符“ST_QueryMax”的前面)
0_0_35030797_22515.cpp(41) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_35030797_22515.cpp(45) : error C2039: “val”: 不是“SegTree”的成员
0_0_35030797_22515.cpp(7) : 参见“SegTree”的声明
0_0_35030797_22515.cpp(49) : error C2146: 语法错误: 缺少“;”(在标识符“MAX”的前面)
0_0_35030797_22515.cpp(49) : error C2065: “MAX”: 未声明的标识符
0_0_35030797_22515.cpp(50) : error C2065: “MAX”: 未声明的标识符
0_0_35030797_22515.cpp(51) : error C2065: “MAX”: 未声明的标识符
0_0_35030797_22515.cpp(53) : error C2065: “MAX”: 未声明的标识符
0_0_35030797_22515.cpp(63) : error C2660: “UpDate”: 函数不接受 3 个参数
|