N=int(input())
val=list(map(int,input().split(' ')))
num=int(input())
print(val.count(num))