1 testcase not passing
@akash_281 n can be upto 5000000 and this nth prime number is around 10^8 so you should check primality for number upto 10^8
1 Like
Yeah, it worked thankyou
@akash_281 n can be upto 5000000 and this nth prime number is around 10^8 so you should check primality for number upto 10^8
Yeah, it worked thankyou