Problem F
Flow Finder
Last summer, Carla the Cartographer went on an expedition on behalf of the National Center for Positioning and Charting (the NCPC). The goal was to measure water flows of a river system far away in the north. However, the area is quite remote and Carla is not the adventurous type, so she was only able to measure the water flows in some of the locations. Carla is now worried that the NCPC will send her back to this wilderness next summer, so she consulted some algorithm experts (you) to see if it is possible to reconstruct the missing data.
The river system is represented by a rooted tree with
![\includegraphics[width=0.43\textwidth ]{sample1}](/problems/flowfinder/file/statement/en/img-0001.png)
Input
The first line of input contains an integer
Finally there is a line containing
Output
If all the
Sample Input 1 | Sample Output 1 |
---|---|
10 1 2 3 2 1 6 7 7 6 0 4 2 2 0 5 0 2 0 2 |
9 4 2 2 2 5 3 2 1 2 |
Sample Input 2 | Sample Output 2 |
---|---|
5 1 2 2 1 4 0 0 0 1 |
impossible |
Sample Input 3 | Sample Output 3 |
---|---|
4 1 1 1 3 2 1 0 |
impossible |