Count primes in a range using sieve precomputation!
To answer multiple range queries efficiently:
Precomputation: O(N log log N) Each Query: O(1)! 🚀