프로그래밍_일반/백준
boj 14909
Spadework
2020. 2. 10. 18:24
* Solved 기준 브론즈3 단순 풀이
print(len(list(filter(lambda e: int(e)>0, input().split()))))