0_0_13775324_15678.cpp
0_0_13775324_15678.cpp(9) : error C2365: “y1”: 重定义;以前的定义是“函数”
VC2013\INCLUDE\math.h(1001) : 参见“y1”的声明
0_0_13775324_15678.cpp(21) : error C2665: “node::node”: 3 个重载中没有一个可以转换所有参数类型
0_0_13775324_15678.cpp(15): 可能是“node::node(int,int,int,int)”
尝试匹配参数列表“(int, double (__cdecl *)(double), int, int)”时
0_0_13775324_15678.cpp(22) : error C2872: “hash”: 不明确的符号
可能是“0_0_13775324_15678.cpp(7) : int hash[1005][1005]”
或 “VC2013\INCLUDE\xstddef(324) : std::hash”
0_0_13775324_15678.cpp(22) : error C2107: 非法索引,不允许间接寻址
0_0_13775324_15678.cpp(34) : error C2872: “hash”: 不明确的符号
可能是“0_0_13775324_15678.cpp(7) : int hash[1005][1005]”
或 “VC2013\INCLUDE\xstddef(324) : std::hash”
0_0_13775324_15678.cpp(38) : error C2872: “hash”: 不明确的符号
可能是“0_0_13775324_15678.cpp(7) : int hash[1005][1005]”
或 “VC2013\INCLUDE\xstddef(324) : std::hash”
0_0_13775324_15678.cpp(62) : error C2872: “hash”: 不明确的符号
可能是“0_0_13775324_15678.cpp(7) : int hash[1005][1005]”
或 “VC2013\INCLUDE\xstddef(324) : std::hash”
0_0_13775324_15678.cpp(64) : error C2107: 非法索引,不允许间接寻址
0_0_13775324_15678.cpp(64) : error C2446: “==”: 没有从“int”到“double (__cdecl *)(double)”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_13775324_15678.cpp(64) : error C2040: “==”:“double (__cdecl *)(double)”与“int”的间接寻址级别不同
|