0_0_39472329_19002.cpp
0_0_39472329_19002.cpp(50) : error C2784: “_Ty std::max(std::initializer_list<_Elem>,_Pr)”: 未能从“std::pair<ll,ll>”为“std::initializer_list<_Elem>”推导 模板 参数
VC2013\INCLUDE\algorithm(4108) : 参见“std::max”的声明
0_0_39472329_19002.cpp(50) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)”: 应输入 3 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(4101) : 参见“std::max”的声明
0_0_39472329_19002.cpp(50) : error C2780: “_Ty std::max(std::initializer_list<_Elem>)”: 应输入 1 个参数,却提供了 2 个
VC2013\INCLUDE\algorithm(4092) : 参见“std::max”的声明
0_0_39472329_19002.cpp(50) : error C2784: “const _Ty &std::max(const _Ty &,const _Ty &)”: 未能从“initializer-list”为“const _Ty &”推导 模板 参数
VC2013\INCLUDE\algorithm(4086) : 参见“std::max”的声明
0_0_39472329_19002.cpp(80) : error C3533: “auto &&”: 参数不能为包含“auto”的类型
0_0_39472329_19002.cpp(90) : error C2664: “void (__vectorcall *)(int &&,int,int)”: 无法将参数 1 从“solve::<lambda_5351f69b8d3d5f74f84092bb8ee4f135>”转换为“int &&”
原因如下: 无法从“solve::<lambda_5351f69b8d3d5f74f84092bb8ee4f135>”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_39472329_19002.cpp(87) : error C2064: 项不会计算为接受 3 个参数的函数
|