The first line of the input contains one integer, $N (1 ≤ N ≤ 100 000)$ the number of nodes of the circuit. Each of the next $N$ lines contain two integers, $x, y (0 < x, y ≤ 1 000 000)$ the $x$- and $y$-coordinates of a node. Nodes are numbered from $1$ to $N$, the input line $i+1$ contains the coordinates of node $i$.
