0_0_15569772_19738.cpp
0_0_15569772_19738.cpp(162) : error C2084: 函数“void GetPossibleSolve(const std::vector<int,std::allocator<_Ty>> &,std::vector<_Ty,std::allocator<_Ty>> &)”已有主体
with
[
_Ty=int
]
0_0_15569772_19738.cpp(18) : 参见“GetPossibleSolve”的前一个定义
0_0_15569772_19738.cpp(184) : error C2084: 函数“bool IsSmallestLength(std::vector<int,std::allocator<_Ty>> &,int,int,int,int,int,int)”已有主体
with
[
_Ty=int
]
0_0_15569772_19738.cpp(34) : 参见“IsSmallestLength”的前一个定义
0_0_15569772_19738.cpp(225) : error C3861: “IsSmallestLength”: 找不到标识符
0_0_15569772_19738.cpp(258) : error C2084: 函数“int main(void)”已有主体
0_0_15569772_19738.cpp(113) : 参见“main”的前一个定义
0_0_15569772_19738.cpp(278) : error C3861: “GetPossibleSolve”: 找不到标识符
0_0_15569772_19738.cpp(280) : error C3861: “IsSmallestLength”: 找不到标识符
|