Introduction - If you have any usage issues, please Google them yourself
Enter a positive integer n, the first n rows of Pascal' s Triangle program output, and enter a positive integer m, m in Pascal' s Triangle, the ranks of the output location. (1) Enter the positive integer n, the first n rows output Triangle, 1 <n<20。要求至少给出四种解法:不使用任何数组,只使用一维数组,只使用二维数组,使用递归。
(2) 输入正整数m, 若m在杨辉三角形中存在,输出所在位置的行列编号。