0_0_39749951_25452.cpp
0_0_39749951_25452.cpp(15) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_39749951_25452.cpp(15) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_39749951_25452.cpp(19) : error C2065: “sum”: 未声明的标识符
0_0_39749951_25452.cpp(19) : error C2228: “.clear”的左边必须有类/结构/联合
0_0_39749951_25452.cpp(30) : error C2065: “sum”: 未声明的标识符
0_0_39749951_25452.cpp(30) : error C2228: “.push_back”的左边必须有类/结构/联合
0_0_39749951_25452.cpp(34) : error C2065: “sum”: 未声明的标识符
0_0_39749951_25452.cpp(34) : error C2228: “.push_back”的左边必须有类/结构/联合
0_0_39749951_25452.cpp(56) : error C2065: “sum”: 未声明的标识符
0_0_39749951_25452.cpp(56) : error C2228: “.begin”的左边必须有类/结构/联合
0_0_39749951_25452.cpp(56) : error C2228: “.end”的左边必须有类/结构/联合
0_0_39749951_25452.cpp(56) : error C2780: “_FwdIt std::upper_bound(_FwdIt,_FwdIt,const _Ty &)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2590) : 参见“std::upper_bound”的声明
0_0_39749951_25452.cpp(56) : error C2780: “_FwdIt std::upper_bound(_FwdIt,_FwdIt,const _Ty &,_Pr)”: 应输入 4 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2578) : 参见“std::upper_bound”的声明
0_0_39749951_25452.cpp(56) : error C2780: “_FwdIt std::lower_bound(_FwdIt,_FwdIt,const _Ty &)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2541) : 参见“std::lower_bound”的声明
0_0_39749951_25452.cpp(56) : error C2780: “_FwdIt std::lower_bound(_FwdIt,_FwdIt,const _Ty &,_Pr)”: 应输入 4 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2529) : 参见“std::lower_bound”的声明
0_0_39749951_25452.cpp(64) : error C2065: “sum”: 未声明的标识符
0_0_39749951_25452.cpp(64) : error C2228: “.begin”的左边必须有类/结构/联合
0_0_39749951_25452.cpp(64) : error C2228: “.end”的左边必须有类/结构/联合
0_0_39749951_25452.cpp(64) : error C2780: “_FwdIt std::upper_bound(_FwdIt,_FwdIt,const _Ty &)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2590) : 参见“std::upper_bound”的声明
0_0_39749951_25452.cpp(64) : error C2780: “_FwdIt std::upper_bound(_FwdIt,_FwdIt,const _Ty &,_Pr)”: 应输入 4 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2578) : 参见“std::upper_bound”的声明
0_0_39749951_25452.cpp(64) : error C2780: “_FwdIt std::lower_bound(_FwdIt,_FwdIt,const _Ty &)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2541) : 参见“std::lower_bound”的声明
0_0_39749951_25452.cpp(64) : error C2780: “_FwdIt std::lower_bound(_FwdIt,_FwdIt,const _Ty &,_Pr)”: 应输入 4 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2529) : 参见“std::lower_bound”的声明
|