Write a program that reads an array of ints and an integer number n.
The program must check how many times n occurs in the array.
Input data format
The first line contains the size of the input array.
The second line contains elements of the array separated by spaces.
The third line contains n.
Output data format
The result is only a single non-negative integer number.