Write a program to find the total number of a primes number in a given interval.
Given two integers S and E, count all primes between S and E.
Input format :
The only line of input contains two integers S and E separated by a single space.
Output format :
The only line of the output prints the total number of primes.
Constraints
1 <= N <= 100