0_0_38750957_13888.cpp
0_0_38750957_13888.cpp(44) : error C2664: “void std::vector<ll,std::allocator<_Ty>>::push_back(const __int64 &)”: 无法将参数 1 从“node”转换为“__int64 &&”
with
[
_Ty=ll
]
原因如下: 无法从“node”转换为“__int64”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_38750957_13888.cpp(49) : error C2228: “.t”的左边必须有类/结构/联合
类型是“__int64”
|