2914: 阶乘计算

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:18 Solved:14

Description

计算n的阶乘。

Input

一个非负整数n

Output

n的阶乘

Sample Input Copy

5

Sample Output Copy

120

HINT

0 ≤ n ≤ 12