0_0_37743875_13865.cpp
0_0_37743875_13865.cpp(96) : error C2084: 函数“int findNumBits(int)”已有主体
0_0_37743875_13865.cpp(7) : 参见“findNumBits”的前一个定义
0_0_37743875_13865.cpp(105) : error C2084: 函数“void split(const std::vector<int,std::allocator<_Ty>> &,int,std::vector<_Ty,std::allocator<_Ty>> &,std::vector<_Ty,std::allocator<_Ty>> &)”已有主体
with
[
_Ty=int
]
0_0_37743875_13865.cpp(16) : 参见“split”的前一个定义
0_0_37743875_13865.cpp(115) : error C2084: 函数“int dijkstra(const std::vector<std::vector<std::pair<int,int>,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>> &,const std::vector<int,std::allocator<int>> &,const std::vector<int,std::allocator<int>> &)”已有主体
with
[
_Ty=std::pair<int,int>
]
0_0_37743875_13865.cpp(26) : 参见“dijkstra”的前一个定义
0_0_37743875_13865.cpp(143) : error C2084: 函数“int findResult(const std::vector<std::vector<std::pair<int,int>,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>> &,const std::vector<int,std::allocator<int>> &,int)”已有主体
with
[
_Ty=std::pair<int,int>
]
0_0_37743875_13865.cpp(54) : 参见“findResult”的前一个定义
0_0_37743875_13865.cpp(144) : error C3861: “findNumBits”: 找不到标识符
0_0_37743875_13865.cpp(144) : error C2440: “初始化”: 无法从“int (__cdecl *)(int)”转换为“int”
没有使该转换得以执行的上下文
0_0_37743875_13865.cpp(147) : error C3861: “split”: 找不到标识符
0_0_37743875_13865.cpp(149) : error C3861: “dijkstra”: 找不到标识符
0_0_37743875_13865.cpp(150) : error C3861: “dijkstra”: 找不到标识符
0_0_37743875_13865.cpp(156) : error C2084: 函数“int main(void)”已有主体
0_0_37743875_13865.cpp(67) : 参见“main”的前一个定义
0_0_37743875_13865.cpp(175) : error C2568: “<<”: 无法解析函数重载
0_0_37743875_13865.cpp(54): 可能是“int findResult(const std::vector<std::vector<std::pair<int,int>,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>> &,const std::vector<int,std::allocator<int>> &,int)”
with
[
_Ty=std::pair<int,int>
]
0_0_37743875_13865.cpp(175) : error C3861: “findResult”: 找不到标识符
|