Given an integer N, print the factorial of the N (mod 109+7).
Input:
First line contains one integer, T, number of test cases.
Each test case contains one integer, N.
Output:
For each test case you need to print the factorial of N (mod 109+7).
Constraints:
1≤T≤105
0≤N≤105