Original Problem link: https://www.codechef.com/problems/PRMNUM
Hello I am trying to implement a Nth prime number code uing this -> https://ide.codingblocks.com/s/158381 approach
However i am failing for the given constraints n(1<=n<=100000).
Here are the original wordings
I am able to pass the sameple test case but failing for original constraints