combination
combinationCalculate the number of ways to choose r items from n items without regard to order using the combination formula C(n,r).
Instructions
计算从n个元素中选择r个元素的组合数 C(n,r)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| r | Yes |