#P64A. Factorial

    ID: 6888 远端评测题 2000ms 64MiB 尝试: 0 已通过: 0 难度: (无) 上传者: 标签>*special problemimplementation*1300

Factorial

本题没有可用的提交语言。

Description

Print the factorial of the given integer number n. The factorial of n is equal to 1·2·...·n.

The only line contains n (1 ≤ n ≤ 10).

Print the factorial of n.

Input

The only line contains n (1 ≤ n ≤ 10).

Output

Print the factorial of n.

Samples

3

6

5

120