30 55 80 42 61
3
nums = list(map(int, input().split())) count = 0 for n in nums: if n > 50: count += 1 print(count)