Loading calculator...
计算排列和组合
Permutations count arrangements where order matters. Combinations count selections where order doesn't matter.
Permutations: P(n,r) = n! / (n-r)! Combinations: C(n,r) = n! / [r!(n-r)!]