Bad news
Not only do students worry about unsolved problems, but teachers also share this concern. Each evening, they discuss how the day went and review the results of the practice sessions. For each problem, they know how many students managed to solve it. If no student solved a particular problem, it is considered very bad news for the teachers. Before examining the results table, they want to determine how many pieces of bad news they will face today.
The input specifies the number of problems in today's contest and the statistics for each problem.
Input
The first line contains a single number N - the number of problems. The following N lines each contain one non-negative number, representing the number of students who solved that problem.
Output
Output the number of bad news items the teachers will have to deal with.