Shortest path

Write a program that, given a directed graph with nn vertices (numbered from 0 to n1n-1) and mm arcs, prints the shortest way to go from 0 to n1n-1.

Input

Input consists of several cases. Every case begins with nn and mm. Follow mm pairs xx yy to indicate an arc from xx to yy. There are no repeated arcs nor of the kind xx xx. There is always a path between 0 and n1n-1. You can assume 2n1042 \le n \le 10^4 and 1m5n1 \le m \le 5n.

Output

For every case, print the vertices of the shortest path between 0 and n1n-1 separated by spaces. If there is more than one shortest path, print the smallest in lexicographical order.

Problem information

Author: Unknown
Translator: Salvador Roura

Generation: 2026-01-25T11:53:48.743Z

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