5001 - 组合数
Time Limit : 1 秒
Memory Limit : 128 MB
输入n和m,求组合数
Input
两行,两个整数n和m。
Output
一个整数,即组合数的值。
Examples
Input
4 2
Output
6