給定一個由正整數 組成的數組。對於下標 ,若 且 ,則稱 是一個好對。
現在請你計算 的排列中,恰好有 個好對的個數。由於這個數可能非常大,輸出對 取模的結果。
For an array of positive integers, a good pair refers to a pair of indices where and .
Find the number of permutations of with exactly good pairs. As this number can be very big, output it modulo prime .