Toggle navigation
HUSTOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem1859--求组合数
1859: 求组合数
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
0
Solved:
0
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
Input
输入在一行中给出两个正整数m和n(m≤n),以空格分隔。
Output
按照格式“result = 组合数计算结果”输出。题目保证结果在double类型范围内。
Sample Input
Copy
2 7
Sample Output
Copy
result = 21
Source/Category
253