I'm getting WA in this 449B this is my submission
i implemented the dijkstra's algorithm to find shortest path between the capital and each city , and the result is stored in dist[] .
could anyone point out the problem , or tell me if my idea is wrong ??