A tree is called if all the nodes of the tree have exactly children except the leaves. For given count of leaves , find the number of possible values of .
Input Format:
The first line of the input contains a single integer - the number of test cases. The description of test cases follows.
The first and only line of each test case contains a single integer .
Output Format:
For each test case, print the number of possible values of for given count of leaves .