0_0_32862654_11200.cpp: In function 'void Dijkstra()':
0_0_32862654_11200.cpp:19:31: error: 'memset' was not declared in this scope
memset(dist,0x7f,sizeof(dist));
^
0_0_32862654_11200.cpp: In function 'int main()':
0_0_32862654_11200.cpp:62:30: error: 'memset' was not declared in this scope
memset(map,0x7f,sizeof(map));
^
|