for(inti = 0; i < n; i++)
   count = (count * (no[i] - i)) % 1000000007;
cout << count << endl;