DescriptionInput第1行输入整数N和K.之后N行,每行输入一个整数,表示这块地的海拔Output 如果仅能有K个山顶至少要移走多少土.Sample Input12 1 1 2 3 3 3 2 1 3 2 2 1 2Sample Output5 HintSourceGold