The Fibonacci sequence are the numbers in the following intergur sequence:
In mathematical terms, the sequence Fn of Fibonacci numbers is defined by the first two numbers in the Fibonacci sequence are 0 and 1, and each subsequent number is the sum of the previous two.

You should enter an index of Fibonacci sequence ,and then output a Fibonacci numbers of this index
First line contains an integer t, which indicates the number of test cases in the input. In the next t lines, each line contains an index of Fibonacci sequence
For each case, output is a non-negative integer Fibonacci numbers of this index in a line.