2271: 求组合数_1

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:5 Solved:5

Description

 编程求组合数,(m >n > 0)
                   


Input

一行两个正整数m和n,0<n<m<13 。

Output

组合数C(n,m)。

Sample Input Copy

6 3

Sample Output Copy

20

Source/Category