It states that I have to count numbers divisible by prime numbers which are below 20 in the range(1,n]
In sample test cases it has given 4 numbers divisible by those prime numbers in range 1 to 5.
there are only 2 numbers (2 and 3 which are eligible).
Also in second test case in range 1 to 10. there are only 4 numbers (2,3,5,7) but answer is 9.
I am not able to understand the problem.