Computer Science, asked by satwiksenapati, 7 months ago

The first line contains an integer T, the total number of testcases. Then follow T lines, each line contains an integer N.

Answers

Answered by shresthakamala56
1

Answer:

Input

An integer T, denoting the number of testcases, followed by T lines, each containing a single integer N.

Output

For each integer N given at input, output a single line the value of N!

Input Constraint

1 <= T <= 100

1 <= N <= 100

Explanation:

Similar questions