#Lutece0601. 保护领地
保护领地
Migrated from Lutece 601 保护领地
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
一棵树被一群鸟所占领,树有()个节点,条边。这些鸟要保护它们的领地,当一只鸟在一个节点时,可以保护这个节点及与这个节点相邻的节点。求最少需要多少只鸟可以保护所有的节点。
Input
第一行一个整数
接下来行,每行个整数(),表示由边相连。
Output
一个整数,表示最少需要的鸟。
Samples
5
1 3
5 2
4 3
3 5
2
Resources
UESTC Training for Dynamic Programming