Score : $500$ points
Count the pairs of length-$N$ sequences consisting of integers between $1$ and $M$ (inclusive), $A_1, A_2, \cdots, A_{N}$ and $B_1, B_2, \cdots, B_{N}$, that satisfy all of the following conditions:
Since the count can be enormous, print it modulo $(10^9+7)$.
Input is given from Standard Input in the following format:
$N$ $M$
Print the count modulo $(10^9+7)$.
2 2
2
$A_1=1,A_2=2,B_1=2,B_2=1$ and $A_1=2,A_2=1,B_1=1,B_2=2$ satisfy the conditions.
2 3
18
141421 356237
881613484