0_0_39133961_27098.cpp
0_0_39133961_27098.cpp(9) : error C3533: “const auto &”: 参数不能为包含“auto”的类型
0_0_39133961_27098.cpp(10) : error C3551: 应提供结尾返回类型
0_0_39133961_27098.cpp(12) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“const int”
0_0_39133961_27098.cpp(12) : error C3536: “px”: 初始化之前无法使用
0_0_39133961_27098.cpp(12) : error C2228: “.end”的左边必须有类/结构/联合
类型是“const int”
0_0_39133961_27098.cpp(14) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“const int”
0_0_39133961_27098.cpp(14) : error C2228: “.end”的左边必须有类/结构/联合
类型是“const int”
0_0_39133961_27098.cpp(14) : error C3536: “px”: 初始化之前无法使用
0_0_39133961_27098.cpp(14) : error C2100: 非法的间接寻址
0_0_39133961_27098.cpp(14) : error C2780: “_FwdIt std::lower_bound(_FwdIt,_FwdIt,const _Ty &)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2541) : 参见“std::lower_bound”的声明
0_0_39133961_27098.cpp(14) : error C2780: “_FwdIt std::lower_bound(_FwdIt,_FwdIt,const _Ty &,_Pr)”: 应输入 4 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2529) : 参见“std::lower_bound”的声明
0_0_39133961_27098.cpp(15) : error C3536: “py”: 初始化之前无法使用
0_0_39133961_27098.cpp(15) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“const int”
0_0_39133961_27098.cpp(16) : error C3536: “py”: 初始化之前无法使用
0_0_39133961_27098.cpp(16) : error C3536: “px”: 初始化之前无法使用
0_0_39133961_27098.cpp(17) : error C3536: “py”: 初始化之前无法使用
0_0_39133961_27098.cpp(17) : error C3536: “px”: 初始化之前无法使用
0_0_39133961_27098.cpp(22) : error C3533: “const auto &”: 参数不能为包含“auto”的类型
0_0_39133961_27098.cpp(23) : error C3551: 应提供结尾返回类型
0_0_39133961_27098.cpp(25) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“const int”
0_0_39133961_27098.cpp(25) : error C3536: “px”: 初始化之前无法使用
0_0_39133961_27098.cpp(25) : error C2228: “.end”的左边必须有类/结构/联合
类型是“const int”
0_0_39133961_27098.cpp(27) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“const int”
0_0_39133961_27098.cpp(27) : error C2228: “.end”的左边必须有类/结构/联合
类型是“const int”
0_0_39133961_27098.cpp(27) : error C3536: “px”: 初始化之前无法使用
0_0_39133961_27098.cpp(27) : error C2100: 非法的间接寻址
0_0_39133961_27098.cpp(27) : error C2780: “_FwdIt std::upper_bound(_FwdIt,_FwdIt,const _Ty &)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2590) : 参见“std::upper_bound”的声明
0_0_39133961_27098.cpp(27) : error C2780: “_FwdIt std::upper_bound(_FwdIt,_FwdIt,const _Ty &,_Pr)”: 应输入 4 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(2578) : 参见“std::upper_bound”的声明
0_0_39133961_27098.cpp(28) : error C3536: “py”: 初始化之前无法使用
0_0_39133961_27098.cpp(28) : error C2228: “.begin”的左边必须有类/结构/联合
类型是“const int”
0_0_39133961_27098.cpp(29) : error C3536: “py”: 初始化之前无法使用
0_0_39133961_27098.cpp(29) : error C3536: “px”: 初始化之前无法使用
0_0_39133961_27098.cpp(30) : error C3536: “py”: 初始化之前无法使用
0_0_39133961_27098.cpp(30) : error C3536: “px”: 初始化之前无法使用
0_0_39133961_27098.cpp(35) : error C3533: “const auto &”: 参数不能为包含“auto”的类型
0_0_39133961_27098.cpp(36) : error C3551: 应提供结尾返回类型
0_0_39133961_27098.cpp(61) : 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_39133961_27098.cpp(62) : error C3536: “ans”: 初始化之前无法使用
|