No matching post could be found
N = int(input()) seq = list(map(int, input().split())) print(seq.count(N))
for i := 0; i < 5; i++ { k := nextInt() if k == N { ans++ } }
for (var k in seq) { if (seq[k] === N) { ans++ } }