atcoder#AGC002F. [AGC002F] Leftmost Ball
[AGC002F] Leftmost Ball
Problem Statement
Snuke loves colorful balls. He has a total of balls, in each of his favorite colors. The colors are numbered through .
He will arrange all of the balls in a row from left to right, in arbitrary order. Then, for each of the colors, he will paint the leftmost ball of that color into color , a color different from any of the original colors.
After painting, how many sequences of the colors of the balls are possible? Find this number modulo .
Constraints
Input
The input is given from Standard Input in the following format:
Output
Print the number of the possible sequences of the colors of the balls after painting, modulo .
2 2
4
The following sequences are possible:
3 1
1
The following sequence is possible:
2 3
14
2000 2000
546381702