0_0_22685022_19700.cpp: In function 'int main()':
0_0_22685022_19700.cpp:22:33: error: 'memset' was not declared in this scope
memset(map,0,sizeof(map));
^
0_0_22685022_19700.cpp: In function 'int bfs()':
0_0_22685022_19700.cpp:36:34: error: 'memset' was not declared in this scope
memset(path, -1, sizeof(path));
^
|