Medium
Given an integer n, return the number of prime numbers strictly less than n.
n
Input: n = 10 Output: 4
Input: n = 0 Output: 0
Input: n = 2 Output: 0