#OLD659. 循环练习4

循环练习4

Description

给定n(1<=n<=20) ,输入n的阶乘 (n!)

Format

Input

输入n

Output

输入n!

Samples

3
6

Hint

3!= 1×2×3;