#agc059f. [agc059_f]LIDS
[agc059_f]LIDS
Problem Statement
Given , find the number of permutations of that satisfy all of the following conditions, modulo :
Here, denotes the length of the longest increasing subsequence of , and denotes the length of the longest decreasing subsequence of .
Constraints
- All values in the input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
Sample Input 1
3 2 2
Sample Output 1
2
The following permutations satisfy the conditions: .
Sample Input 2
4 1 1
Sample Output 2
6
The following permutations satisfy the conditions: $(1, 2, 3, 4), (1, 2, 4, 3), (1, 3, 2, 4), (1, 3, 4, 2), (1, 4, 2, 3), (1, 4, 3, 2)$.
Sample Input 3
5 2 5
Sample Output 3
11
Sample Input 4
2022 69 420
Sample Output 4
128873576