Problem1243--求组合数

1243: 求组合数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 0  Solved: 1
[Submit] [Status] [Web Board] [Creator:]

Description

Input

输入在一行中给出两个正整数m和n(m≤n),以空格分隔。

Output

输入在一行中给出两个正整数m和n(m≤n),以空格分隔。

Sample Input Copy

2 7

Sample Output Copy

result = 21

Source/Category