Deepak and primes


sir my code is not passing all test cases please check

@Megha2468
5,000,000 th prime number is 86,028,121. Thus you need to set the size of ā€œpā€ (in your code) to a number greater than 86,028,121.

so update the array size in the code
u`ll will successfully pass all test cases

mam i changed it to 10,000,000 but still my code is not passing two test cases

use long long int not just int