Now that he has grown up,Bit boy can climb atmost N steps at a time. Given the number of steps find the number of ways that he can climb the steps.
Input Format
First line of test case contains T , number of testcases. next T lines contains N , Number of steps.
Output Format
Print Answer for each test case in a newline
Constraints
1<=T<=100 1<=N<=500
Sample Input
2
1
2 Sample Output
1
2