Problem1055--排列

1055: 排列

[Creator : ]
Time Limit : 1 sec  Memory Limit : 128 MB

Description

现有n(n<=15)个人,请问他们排成一列,可以排成多少种不同的队列?

Input

多组测试数据,每行一个n

Output

每个输出占一行,表示对于输入n,输出有多少种不同的排列

Sample Input Copy

2
3

Sample Output Copy

2
6

Source/Category