简单题(easy)
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
给定整数序列 , 你要对每一个 进行恰好一次修改操作, 使得 中每个元素都相等, 且都为整数.
把 变成 花费的代价是 , 求最小代价.
注意, 可以把 变成 .
数据格式
输入格式
第一行一个整数 , 表示序列长度.
接下来一行 个整数, 表示序列 .
输出格式
输出一行一个整数, 表示最小代价.
测试样例
5
5 -2 5 -1 -2
54
8
8 6 5 -8 -1 -1 -8 5
276
数据范围
[北辰杯 North-Star-Cup] 七月入门赛
- Status
- Done
- Rule
- Ledo
- Problem
- 6
- Start at
- 2023-7-21 18:00
- End at
- 2023-7-22 0:00
- Duration
- 6 hour(s)
- Host
- Partic.
- 91