n-th prime
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Consider a list of prime numbers: . For example, the -th prime number is .
Find the -th prime number.
Input
The first line contains the number of test cases .
Each test contains one positive integer .
Output
For each test case print the -th prime number on a separate line.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 26%