Олимпиадный тренинг

Задача 27316. Number of combinations


Задача

Темы: Сочетания
Given numbers n and k (\(0 <= k <= n\),  ; \(0< n<=12\)) compute the number of combinations  \(C_n^k\)< /span>.
 

 

Examples
# Input Output
1 2 8 28