摘要: https://atcoder.jp/contests/abc151/tasks/abc151_e 题意:给你n个数,从中任意选出k个数作为一组,求出任意组合的最大值-最小值之和。 解法:排序,前缀和和后缀和,组合规律。 #include<stdio.h> #include<string.h> #i 阅读全文
posted @ 2020-01-14 00:45 无名菜鸟1 阅读(237) 评论(0) 推荐(0) 编辑