The number of zeros
The number of zeros. Given a series of N numbers where the first number in the input specifies N, followed by N integers, count how many of these integers are zero and print the count. Note that you need to count the number of integers that are equal to zero, not the number of zero …