Problems
A prime number is a natural number greater than 1 that has exactly two divisors: 1 and itself.
Write a program that, given two natural numbers
Input
Two natural numbers
Output
Print a single integer: the number of prime numbers between
Example
10 100
21
Tag
Source
jungol