0_0_1323646_30833.cpp
0_0_1323646_30833.cpp(22) : error C2556: “bool hungary(int,int)” : 重载函数与“ int hungary(int,int)”只是在返回类型上不同
0_0_1323646_30833.cpp(7) : 参见“hungary”的声明
0_0_1323646_30833.cpp(22) : error C2371: “hungary” : 重定义;不同的基类型
0_0_1323646_30833.cpp(7) : 参见“hungary”的声明
0_0_1323646_30833.cpp(49) : error C2446: “==” : 没有从“int”到“int (__cdecl *)(int,int)”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_1323646_30833.cpp(49) : error C2040: “==” : “int (__cdecl *)(int,int)”与“int”的间接寻址级别不同
0_0_1323646_30833.cpp(49) : error C3861: “kejie”: 即使使用参数相关的查找,也未找到标识符
0_0_1323646_30833.cpp(49) : error C3861: “hungary”: 即使使用参数相关的查找,也未找到标识符
|