Count how many different binary trees satisfy all of the following conditions.
Because the tree is binary, changing the placement of left and right children can make a different tree.
The answer can be very large, so compute it modulo 9901.
The first line contains two integers n and k.
Output the number of different binary trees satisfying the conditions, modulo 9901.