0_0_39278169_4899.cpp
0_0_39278169_4899.cpp(48) : error C3533: “auto &&”: 参数不能为包含“auto”的类型
0_0_39278169_4899.cpp(101) : error C2664: “void solve::<lambda_2af53feb014fd6919be7da5a3a910c36>::operator ()(int &&,std::vector<node,std::allocator<_Ty>>,int,int) const”: 无法将参数 1 从“solve::<lambda_2af53feb014fd6919be7da5a3a910c36>”转换为“int &&”
with
[
_Ty=node
]
原因如下: 无法从“solve::<lambda_2af53feb014fd6919be7da5a3a910c36>”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_39278169_4899.cpp(103) : error C2143: 语法错误 : 缺少“;”(在“[”的前面)
0_0_39278169_4899.cpp(103) : error C2337: “dp1”: 未找到特性
0_0_39278169_4899.cpp(103) : error C2337: “dp2”: 未找到特性
0_0_39278169_4899.cpp(103) : error C2143: 语法错误 : 缺少“;”(在“=”的前面)
0_0_39278169_4899.cpp(108) : error C2065: “dp1”: 未声明的标识符
0_0_39278169_4899.cpp(108) : error C2065: “dp2”: 未声明的标识符
0_0_39278169_4899.cpp(99) : error C2064: 项不会计算为接受 4 个参数的函数
|