0_0_20572675_29254.cpp: In function 'int bfs(Node, Node, int, int)':
0_0_20572675_29254.cpp:29:32: error: 'memset' was not declared in this scope
memset(Visit, 0, sizeof(Visit));
^
0_0_20572675_29254.cpp: In function 'int main()':
0_0_20572675_29254.cpp:68:18: error: 'scanf_s' was not declared in this scope
scanf_s("%d", &T);
^
0_0_20572675_29254.cpp:72:29: error: 'memset' was not declared in this scope
memset(Map, 0, sizeof(Map));
^
|