We specified that a Binary Tree, in this problem, must have N nodes. And its depth must be K. How many kinds of structures of a Binary Tree are there in all?
The root's depth is 1.
Answer should mod by 10007.
输入描述:
One line with integer N, K separated by space.
输出描述:
One line with the answer.
备注:
k <= n <= 100