小杜&小徐
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.
题目描述
小杜 和 小徐 轮流取石子。
每次可以选择一个 ,取 的石子。
小杜 希望它们两个取石子的差最大,小徐 希望它们两个取石子的差最小。
小杜是先手,小徐是后手。
请你输出两个人在采用最优情况下,取得石子数分别是多少。
输入格式
- 第一行 个正整数 。
- 第二行 个整数,表示 数列。
输出格式
一行 个正整数,表示 小杜 和 小徐 取的石子数。
3 2 3
3 2 1
3 2
样例解释 #1
一种最优策略如下(括号内第一个数为 ,第二个数为取得石子数):
- 小杜:
- 小徐:
5 1 3
1 2 3 4 5
9 6
样例解释 #2
一种最优策略如下(括号内第一个数为 ,第二个数为取得石子数):
- 小杜:
- 小徐:
10 1 5
2 2 3 3 5 5 5 5 8 8
23 23
30 1 10
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
235 230
数据范围
对于 的数据,。
对于 的数据,。
对于 的数据,。
对于 的数据,。
对于另外 的数据,。
对于 的数据,。
保证 。
[北辰杯 North-Star-Cup] 十二月月赛
- Status
- Done
- Rule
- Ledo
- Problem
- 6
- Start at
- 2023-12-22 18:00
- End at
- 2023-12-23 0:00
- Duration
- 6 hour(s)
- Host
- Partic.
- 96