扔石子游戏
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.
Background
小北和辰辰在玩扔石子游戏。
Description
小北给辰辰了 个石子,每个石子都有它的大小 。现在辰辰可以将其随意乱扔,即将石子打乱顺序,问有多少种打乱方案,使得打乱后石子大小单调递增(非严格),答案对 取模。
注意:石子是本质不同的。
Format
Input
- 第 行: 个整数 ;
- 第 行: 个整数 。
Output
- 个整数表示答案,对 取模。
Samples
5
5 2 4 1 3
1
只有 是单调递增的,因此答案为 。
5
1 2 2 3 4
2
我们重新定义 为一个二元组 ,则有两种合法方案:
- ;
- 。
因此答案为 。
Limitation
- 对于 的数据,;
- 对于另外 的数据,保证 随机;
- 对于另外 的数据, 两两相同;
- 对于 的数据,,。
[北辰杯 North-Star-Cup] 十一月月赛(正赛)
- Status
- Done
- Rule
- Ledo
- Problem
- 6
- Start at
- 2023-11-10 18:00
- End at
- 2023-11-11 0:00
- Duration
- 6 hour(s)
- Host
- Partic.
- 49