Problem B: 阶乘函数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:371
Solved:199
Description
编写阶乘函数f(n)求n!,即1*2*...*n
Input
输入一个整数n。
Output
输出f(n)的值。
Sample Input Copy
5
Sample Output Copy
120