#CCPC0001D. 树上路径
树上路径
当前没有测试数据。
Background
Special for beginners, ^_^
Description
给定一颗有 个节点的无根树,其中有 条边,第 条边有权值 。在树上的一条路径(这条路径可以不是最简单的,即每条边可以重复走)的值 (其中 为第 条边在路径中走过的次数)。询问最小的 值。
Format
Input
Two integers x and y, satisfying .
Output
One integer, the sum of x and y.
Samples
123 500
623
Limitation
1s, 1024KiB for each test case.