A set X of natural numbers is called n-k-special when all of the following hold:
Given two natural numbers n and k, write a program that computes the number of n-k-special sets.
The first line contains two natural numbers n and k separated by a single space, with 1≤n≤100 and 0≤k≤400.
Print one non-negative integer: the number of n-k-special sets for the given n and k.