Why its not passing all the test cases cases
questin=deepak and primes
Deepak is learning Sieve of Eratosthenes, He is stuck somewhere. Help him printing prime numbers.
Input Format
Single line containing integral value n.
Constraints
1<=n<=500000
Output Format
Integral value denoting nth prime number.
Sample Input
1
Sample Output
2