SP78 MARBLES - Marbles

Description

Hänschen dreams he is in a shop with an infinite amount of marbles. He is allowed to select n marbles. There are marbles of k different colors. From each color there are also infinitely many marbles. Hänschen wants to have at least one marble of each color, but still there are a lot of possibilities for his selection. In his effort to make a decision he wakes up. Now he asks you how many possibilites for his selection he would have had. Assume that marbles of equal color can't be distinguished, and the order of the marbles is irrelevant.

Input Format

The first line of input contains a number T

Output Format

For each test case print the number of possibilities that Hänschen would have had. You can assume that this number fits into a signed 64 bit integer.