利用递归函数计算组合数
本题要求实现1个自定义函数:求组合数函数。
函数接口定义:
int comb(int m,int n);
裁判测试程序样例:
测试数据有多组,处理到输入结束
每行一个输出结果。
6 3 5 1
20 5