Spadework 2020. 2. 10. 18:24

* Solved 기준 브론즈3 단순 풀이

print(len(list(filter(lambda e: int(e)>0, input().split()))))