1541: 组合数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:23 Solved:17

Description

    输入非负整数m和n,输出组合数,其中m≤n≤20。

Input

    非负整数m和n,m≤n≤20。

Output

    输出组合数。

Sample Input Copy

3 6

Sample Output Copy

20

Source/Category