0_0_33149579_9332.cpp: In function 'void Dijkstra(int)':
0_0_33149579_9332.cpp:10:31: error: 'memset' was not declared in this scope
memset(used,0,sizeof(used));
^
0_0_33149579_9332.cpp: In function 'int main()':
0_0_33149579_9332.cpp:38:35: error: 'memset' was not declared in this scope
memset(map,INF,sizeof(map));
^
|