69.Count Primes Description Count the number of prime numbers less than a non-negative number, n. Example Input: 6 Output: 3 From LeetCode