12815: 【验证型】第11章:指针和数组 组合数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:2 Solved:0

Description

输入非负整数mn,输出组合数Cnm,(上标为m,下标为n)其中≦ n < 20

Input

第一行输入m和n,m <= n < 20;

Output

第二行输出组合数Cnm

Sample Input Copy

3 5

Sample Output Copy

10