0_0_4053427_20368.cpp
0_0_4053427_20368.cpp(48) : error C3861: “set”: 即使使用参数相关的查找,也未找到标识符
0_0_4053427_20368.cpp(107) : error C2014: 预处理器命令必须作为第一个非空白空间启动
0_0_4053427_20368.cpp(113) : error C2086: “char n[5]” : 重定义
0_0_4053427_20368.cpp(7) : 参见“n”的声明
0_0_4053427_20368.cpp(113) : error C2086: “char m[5]” : 重定义
0_0_4053427_20368.cpp(7) : 参见“m”的声明
0_0_4053427_20368.cpp(114) : error C2086: “int hash[4445]” : 重定义
0_0_4053427_20368.cpp(8) : 参见“hash”的声明
0_0_4053427_20368.cpp(116) : error C2011: “LIST” : “struct”类型重定义
0_0_4053427_20368.cpp(10) : 参见“LIST”的声明
0_0_4053427_20368.cpp(127) : error C2086: “std::priority_queue<_Ty> list” : 重定义
with
[
_Ty=LIST
]
0_0_4053427_20368.cpp(21) : 参见“list”的声明
0_0_4053427_20368.cpp(129) : error C2084: 函数“void sethash(LIST &)”已有主体
0_0_4053427_20368.cpp(22) : 参见“sethash”的前一个定义
0_0_4053427_20368.cpp(135) : error C2084: 函数“int gethash(LIST &)”已有主体
0_0_4053427_20368.cpp(28) : 参见“gethash”的前一个定义
0_0_4053427_20368.cpp(141) : error C2084: 函数“int H(char [])”已有主体
0_0_4053427_20368.cpp(34) : 参见“H”的前一个定义
0_0_4053427_20368.cpp(148) : error C2084: 函数“int bfs(void)”已有主体
0_0_4053427_20368.cpp(41) : 参见“bfs”的前一个定义
0_0_4053427_20368.cpp(151) : error C2440: “=” : 无法从“int (__cdecl *)(char [])”转换为“int”
0_0_4053427_20368.cpp(151) : error C2440: “=” : 无法从“int (__cdecl *)(char [])”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
0_0_4053427_20368.cpp(151) : error C3861: “H”: 即使使用参数相关的查找,也未找到标识符
0_0_4053427_20368.cpp(154) : error C3861: “set”: 即使使用参数相关的查找,也未找到标识符
0_0_4053427_20368.cpp(176) : error C2440: “=” : 无法从“int (__cdecl *)(char [])”转换为“int”
0_0_4053427_20368.cpp(176) : error C2440: “=” : 无法从“int (__cdecl *)(char [])”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
0_0_4053427_20368.cpp(176) : error C3861: “H”: 即使使用参数相关的查找,也未找到标识符
0_0_4053427_20368.cpp(177) : error C3861: “gethash”: 即使使用参数相关的查找,也未找到标识符
0_0_4053427_20368.cpp(179) : error C3861: “sethash”: 即使使用参数相关的查找,也未找到标识符
0_0_4053427_20368.cpp(190) : error C2440: “=” : 无法从“int (__cdecl *)(char [])”转换为“int”
0_0_4053427_20368.cpp(190) : error C2440: “=” : 无法从“int (__cdecl *)(char [])”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
0_0_4053427_20368.cpp(190) : error C3861: “H”: 即使使用参数相关的查找,也未找到标识符
0_0_4053427_20368.cpp(191) : error C3861: “gethash”: 即使使用参数相关的查找,也未找到标识符
0_0_4053427_20368.cpp(193) : error C3861: “sethash”: 即使使用参数相关的查找,也未找到标识符
0_0_4053427_20368.cpp(202) : error C2084: 函数“int main(void)”已有主体
0_0_4053427_20368.cpp(95) : 参见“main”的前一个定义
0_0_4053427_20368.cpp(210) : error C3861: “bfs”: 即使使用参数相关的查找,也未找到标识符
|