#Lutece0315. 新手训练02_树的划分
新手训练02_树的划分
Migrated from Lutece 315 新手训练02_树的划分
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 1 1 1 1
0 0 1 1
1
Resources
qbwj