I’mgetting run error in 2 testcases https://ide.codingblocks.com/s/220617
Deepak and primes 2
@aiman.mumtaz n and m can be upto 10^9 so you cannot use simple sieve for this problem you have to use segmented sieve for this problem.
@aiman.mumtaz n and m can be upto 10^9 so you cannot use simple sieve for this problem you have to use segmented sieve for this problem.