0_0_15996241_7604.c: In function 'myDijkstra':
0_0_15996241_7604.c:74:5: error: 'temp' undeclared (first use in this function)
temp = dist[k] + d[k][j];
^
0_0_15996241_7604.c:74:5: note: each undeclared identifier is reported only once for each function it appears in
0_0_15996241_7604.c:75:5: error: 'cemp' undeclared (first use in this function)
cemp = cost[k] + p[k][j];
^
|