Fast Factorial Calculator 2
View as PDFis not in a good mood today, so he has decided to torment people. He wants you to write a large factorial calculator. More specifically, he wants you to calculate very very very large factorials. He wishes you luck.
Input Specification
The first line of input will contain the integer , 
, the number of cases to follow.
The next  lines will contain an integer 
, such that 
, whose factorial you are to calculate.
Output Specification
For every integer , you are to output 
.
Sample Input
2
5
13
Sample Output
120
1932053509
Comments
Which comment?(sry how do i delete a comment?)
This comment is hidden due to too much negative feedback. Show it anyway.
No
Good job d, you just turned a comment into a problem ;)
This comment is hidden due to too much negative feedback. Show it anyway.
For every integer
, you are to output 
 (mod 
)