You are given two integers m and n with 2≤m<n≤10000000.
Consider the following set.
Prime(m,n)={p∣p∈P, m≤p≤n}
Here P is the set of all primes, so Prime(m,n) collects every prime that is at least m and at most n.
Compute the number of elements of Prime(m,n).