cf/mirror

Alternating Tree

CF
960E2300· international master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
4
-4 1 5 -2
1 2
1 3
1 4
Output
40
Sample 2of 2
Input
8
-2 6 -4 -4 -9 -3 -7 23
8 2
2 3
1 4
6 5
7 6
4 7
5 8
Output
4
960E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…