0_0_39133998_20347.cpp
0_0_39133998_20347.cpp(10) : error C3533: “const auto &”: 参数不能为包含“auto”的类型
0_0_39133998_20347.cpp(11) : error C3551: 应提供结尾返回类型
0_0_39133998_20347.cpp(13) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“const int”
0_0_39133998_20347.cpp(13) : error C3536: “px”: 初始化之前无法使用
0_0_39133998_20347.cpp(13) : error C2228: “.end”的左边必须有类/结构/联合
类型是“const int”
0_0_39133998_20347.cpp(17) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“const int”
0_0_39133998_20347.cpp(17) : error C2228: “.end”的左边必须有类/结构/联合
类型是“const int”
0_0_39133998_20347.cpp(17) : error C3536: “px”: 初始化之前无法使用
0_0_39133998_20347.cpp(17) : error C2100: 非法的间接寻址
0_0_39133998_20347.cpp(17) : error C2780: “_FwdIt std::lower_bound(_FwdIt,_FwdIt,const _Ty &)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2541) : 参见“std::lower_bound”的声明
0_0_39133998_20347.cpp(17) : error C2780: “_FwdIt std::lower_bound(_FwdIt,_FwdIt,const _Ty &,_Pr)”: 应输入 4 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2529) : 参见“std::lower_bound”的声明
0_0_39133998_20347.cpp(18) : error C3536: “py”: 初始化之前无法使用
0_0_39133998_20347.cpp(18) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“const int”
0_0_39133998_20347.cpp(19) : error C3536: “py”: 初始化之前无法使用
0_0_39133998_20347.cpp(19) : error C3536: “px”: 初始化之前无法使用
0_0_39133998_20347.cpp(20) : error C3536: “py”: 初始化之前无法使用
0_0_39133998_20347.cpp(20) : error C3536: “px”: 初始化之前无法使用
0_0_39133998_20347.cpp(25) : error C3533: “const auto &”: 参数不能为包含“auto”的类型
0_0_39133998_20347.cpp(26) : error C3551: 应提供结尾返回类型
0_0_39133998_20347.cpp(28) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“const int”
0_0_39133998_20347.cpp(28) : error C3536: “px”: 初始化之前无法使用
0_0_39133998_20347.cpp(28) : error C2228: “.end”的左边必须有类/结构/联合
类型是“const int”
0_0_39133998_20347.cpp(32) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“const int”
0_0_39133998_20347.cpp(32) : error C2228: “.end”的左边必须有类/结构/联合
类型是“const int”
0_0_39133998_20347.cpp(32) : error C3536: “px”: 初始化之前无法使用
0_0_39133998_20347.cpp(32) : error C2100: 非法的间接寻址
0_0_39133998_20347.cpp(32) : error C2780: “_FwdIt std::upper_bound(_FwdIt,_FwdIt,const _Ty &)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2590) : 参见“std::upper_bound”的声明
0_0_39133998_20347.cpp(32) : error C2780: “_FwdIt std::upper_bound(_FwdIt,_FwdIt,const _Ty &,_Pr)”: 应输入 4 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2578) : 参见“std::upper_bound”的声明
0_0_39133998_20347.cpp(33) : error C3536: “py”: 初始化之前无法使用
0_0_39133998_20347.cpp(33) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“const int”
0_0_39133998_20347.cpp(34) : error C3536: “py”: 初始化之前无法使用
0_0_39133998_20347.cpp(34) : error C3536: “px”: 初始化之前无法使用
0_0_39133998_20347.cpp(35) : error C3536: “py”: 初始化之前无法使用
0_0_39133998_20347.cpp(35) : error C3536: “px”: 初始化之前无法使用
0_0_39133998_20347.cpp(40) : error C3533: “const auto &”: 参数不能为包含“auto”的类型
0_0_39133998_20347.cpp(41) : error C3551: 应提供结尾返回类型
0_0_39133998_20347.cpp(67) : error C2664: “int solve(const int &)”: 无法将参数 1 从“std::vector<ll,std::allocator<_Ty>>”转换为“const int &”
with
[
_Ty=ll
]
原因如下: 无法从“std::vector<ll,std::allocator<_Ty>>”转换为“const int”
with
[
_Ty=ll
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_39133998_20347.cpp(68) : error C3536: “ans”: 初始化之前无法使用
|