Write a program that, given a directed graph with postive and/or negative costs at the arcs (but no negative cycles), and two vertices and , computes the minimum cost to go from to .
Input consists of several cases. Every case begins with the number of vertices and the number of arcs . Follow triples , indicating that there is an arc of cost , where , and . Finally, we have and . Assume , , and that for every pair of vertices and there is at most one arc of the kind . All numbers are integers. Vertices are numbered from 0 to . The directed graph has no negative cycles.
For every case, print the minimum cost to go from to , if this is possible. If there is no path from to , state so.
Author: Jordi Petit
Generation: 2026-01-25T11:37:36.868Z
© Jutge.org, 2006–2026.
https://jutge.org