← Home
write a go solution for Given l and r, count the number of prime numbers in the inclusive range [l,r].
Input: t followed by t pairs l r with 1 <= l <= r <= 500.
. Output only the code with no comments, explanation, or additional text.