CF761E Dasha and Puzzle

Description

Dasha decided to have a rest after solving the problem. She had been ready to start her favourite activity — origami, but remembered the puzzle that she could not solve. ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF761E/f94317c6a4e9720232d894633f6f0c7ec38b7c88.png)The tree is a non-oriented connected graph without cycles. In particular, there always are $ n-1 $ edges in a tree with $ n $ vertices. The puzzle is to position the vertices at the points of the Cartesian plane with integral coordinates, so that the segments between the vertices connected by edges are parallel to the coordinate axes. Also, the intersection of segments is allowed only at their ends. Distinct vertices should be placed at different points. Help Dasha to find any suitable way to position the tree vertices on the plane. It is guaranteed that if it is possible to position the tree vertices on the plane without violating the condition which is given above, then you can do it by using points with integral coordinates which don't exceed $ 10^{18} $ in absolute value.

Input Format

N/A

Output Format

N/A

Explanation/Hint

In the first sample one of the possible positions of tree is: ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF761E/9f7bd78ab90b0ce22425fab0baf00155435088d1.png)