프로그래밍_일반/백준
boj 11549
Spadework
2020. 1. 29. 13:40
* Solved 기준 브론즈4 단순 풀이
a, l = input(), input().split()
print(l.count(a))