10618: b1010
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:0
Description
输入一个正整数N,随机输入N个数,求出这N个数的阶乘。(每个数都不大于10)
Sample Input Copy
5
1 2 3 4 5
Sample Output Copy
1
2
6
24
120