0_0_25347295_27940.cpp
0_0_25347295_27940.cpp(72) : error C2664: “void BFS(const Node,Node *,int,int [][210])”: 无法将参数 4 从“int [1010][1010]”转换为“int [][210]”
与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_25347295_27940.cpp(73) : error C2664: “void BFS(const Node,Node *,int,int [][210])”: 无法将参数 4 从“int [1010][1010]”转换为“int [][210]”
与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
|