cf/mirror

Expected diameter of a tree

CF
804D2500· grandmaster3s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
3 1 2
1 3
3 1
2 3
Output
-1
2.0000000000
Sample 2of 2
Input
5 2 3
2 4
4 3
4 2
4 1
2 5
Output
-1
2.6666666667
2.6666666667
804D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…