PHP Compiler Testing
Prime Mover

Have the function PrimeMover(num) return the numth prime number. The range will be from 1 to 10^4. For example: if num is 16 the output should be 53 as 53 is the 16th prime number.

Examples

Input: 9
Output: 23

Input: 100
Output: 541