all test case not cleared
Deepak and Primes (all test case)
Shubham, firstly use long long int instead of just int since constraints are large, make a separate function for prime seive, since we will use it only once and using it multiple times, will increase the time complexity, try to make these changes and then submit the code