分礼物
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.
题目背景
入门鼠赛
题目描述
有个礼物, 每个礼物有一个价值, 你想要把他们分成两份连续的礼物, 求两份礼物价值差最小是多少?
数据格式
输入格式
第一行一个整数
第二行个整数表示第个礼物的价值
输出格式
输出一个整数, 表示两份礼物价值差的最小值.
样例
样例1
3
1 2 3
0
样例1解释
第1份礼物是{1, 2}, 第2份礼物是{3}, 最小的差值为0
样例2
4
1 3 1 1
2
数据范围
2023/04/15 前缀和差分算法-随堂测验
- Status
- Done
- Rule
- Ledo
- Problem
- 6
- Start at
- 2023-4-15 10:30
- End at
- 2023-4-15 11:30
- Duration
- 1 hour(s)
- Host
- Partic.
- 19