cf/mirror

Tree Cutting (Easy Version)

CF
1118F11800· expert2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
5
2 0 0 1 2
1 2
2 3
2 4
2 5
Output
1
Sample 2of 3
Input
5
1 0 0 0 2
1 2
2 3
3 4
4 5
Output
4
Sample 3of 3
Input
3
1 1 2
2 3
1 3
Output
0
1118F1.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…