0_0_27710260_16485.cpp: In member function 'void Graph::init(int, int, int)':
0_0_27710260_16485.cpp:25:32: error: 'memset' was not declared in this scope
memset(Head, -1, sizeof(Head));
^
0_0_27710260_16485.cpp: In member function 'int Graph::bfs()':
0_0_27710260_16485.cpp:68:33: error: 'memset' was not declared in this scope
memset(Depth, 0, sizeof(Depth));
^
|