1205: 求阶乘wk(07级)

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:58 Solved:30

Description

一个数的阶乘是指一个数乘以每一个小于它的数如,5!=1*2*3*4*5,试编写一程序,输入为一个整数N(N<13),输出为它的阶乘

Input

整数N

Output

N的阶乘

Sample Input Copy

4

Sample Output Copy

24