cf/mirror

Spiderweb Trees

CF
1326G3500· legendary gm1s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
4
0 0
0 1
-1 -1
1 -1
1 2
1 3
1 4
Output
5
Sample 2of 4
Input
5
3 2
0 -3
-5 -3
5 -5
4 5
4 2
4 1
5 2
2 3
Output
8
Sample 3of 4
Input
6
4 -5
0 1
-2 8
3 -10
0 -1
-4 -5
2 5
3 2
1 2
4 6
4 2
Output
13
Sample 4of 4
Input
8
0 0
-1 2
-2 5
-5 1
1 3
0 3
2 4
-1 -4
1 2
3 2
5 6
4 2
1 5
5 7
5 8
Output
36
1326G.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…