cf/mirror

Binary Tree on Plane

CF
277E2400· grandmaster3s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
3
0 0
1 0
2 1
Output
3.650281539872885
Sample 2of 2
Input
4
0 0
1 0
2 1
2 0
Output
-1
277E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…