Bmail Computer Network
Once upon a time there was only one router in the well-known company Bmail. Years went by and over time new routers were purchased. Every time they bought a new router, they connected it to one of the routers bought before it. You are given the values — the index of the router to which the -th router was connected after being purchased ().
There are routers in Boogle in total now. Print the sequence of routers on the path from the first to the -th router.
Input
The first line contains integer number — the number of the routers. The following line contains integers , where is equal to index of the router to which the -th was connected after purchase.
Output
Print the path from the -st to the -th router. It starts with and ends with . All the elements in the path should be distinct.