Write a program that, given a directed multigraph with arcs with positive costs, computes the cost of the second cheapest walk from vertex 0 to every other vertex. Remember that a multigraph may have arcs from to , and more than one arc from to . Also remember that a walk can repeat vertices and arcs.
Input consists of several cases. Every case begins with the number of vertices and the number of arcs , followed by triples to indicate an arc from to with cost . Assume , , that vertices are numbered from 0 to , and that every cost is an integer number between 1 and .
For every case, print the second minimum cost of walking from 0 to
the rest of vertices, ordered from 1 to
.
If there is no second best walk to some vertex, just print
“no”. Print a line with ten dashes at the end of every
case.
Author: Salvador Roura
Generation: 2026-01-25T10:30:16.978Z
© Jutge.org, 2006–2026.
https://jutge.org