📜  nCr - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:07.494000             🧑  作者: Mango

代码示例1
Input: n = 3, r = 2
Output: 3
Explaination: 3C2 = 3.