1428 - 求积
Description

输入一个数n,用for循环计算 1*2*3……*n


Input

输入一个数n(1<=n<=10)

Output

 1*2*3……*n的积

Examples

Input

3

Output

6

Input

10

Output

3628800
题目参数
Time Limit 1 second
Memory Limit 128 MB
提交次数 47
通过次数 40