SP25024 NTHPRIME - Nth Prime
Description
There is no tedious description for this problem. You are just required to calculate and output the **Nth** prime number.
Input Format
The input consists of a single line containing an integer **N,** **N** **10^9**.
Output Format
For each input file, output the **Nth** prime number.