0_0_39326049_29906.cpp
0_0_39326049_29906.cpp(34) : error C3533: “auto &&”: 参数不能为包含“auto”的类型
0_0_39326049_29906.cpp(57) : error C2664: “bool solve::<lambda_71d98491425b3f8c611c669922f07cf4>::operator ()(int &&,int,int) const”: 无法将参数 1 从“solve::<lambda_71d98491425b3f8c611c669922f07cf4>”转换为“int &&”
原因如下: 无法从“solve::<lambda_71d98491425b3f8c611c669922f07cf4>”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_39326049_29906.cpp(43) : error C2064: 项不会计算为接受 3 个参数的函数
|