Output
In i-th (1 ≤ i ≤ N) line, print the expected vaule of the number of turns E869120 moves.
The relative error or absolute error of output should be within 10^{-6}.
Constraints
- $1 \le N \le 150,000$
- The graph is connected.
Subtasks
Subtask 1 [ $190$ points ]
- There is no vertex which degree is more than 2.
- This means the graph looks like a list.
Subtask 2 [ $220$ points ]
Subtask 3 [ $390$ points ]
- There are no additional constraints.