Dijkstra?

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 xx to xx, and more than one arc from xx to yy. Also remember that a walk can repeat vertices and arcs.

Input

Input consists of several cases. Every case begins with the number of vertices nn and the number of arcs mm, followed by mm triples xx yy cc to indicate an arc from xx to yy with cost cc. Assume 2n1042 \le n \le 10^4, 0m5n0 \le m \le 5n, that vertices are numbered from 0 to n1n - 1, and that every cost cc is an integer number between 1 and 10410^4.

Output

For every case, print the second minimum cost of walking from 0 to the rest of vertices, ordered from 1 to n1n - 1. 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.

Problem information

Author: Salvador Roura

Generation: 2026-01-25T10:30:16.978Z

© Jutge.org, 2006–2026.
https://jutge.org