Module: Combinations


Problem

2 /3


Number of combinations - 2

Problem

Given numbers n and k (\(0 <= k <= n\),  ; \(0< n<=60\)) compute the number of combinations  \(C_n^k\)< /span>.
 

 

Examples
# Input Output
1 3 21 1330