NC24113. [USACO 2016 Feb P]Circular Barn
描述
输入描述
The first line of input contains n and k. Each of the remaining n lines contain r1…rn.
输出描述
Please write out the minimum amount of distance the cows need to travel.
示例1
输入:
6 2 2 5 4 2 6 2
输出:
14
说明:
Farmer John can unlock doors 2 and 5. 11 cows enter at door 2 and walk a total distance of 8 to get to rooms 2, 3, and 4. 10 cows enter at door 5 and walk a total distance of 6 to get to rooms 5, 6 and 1.