count = 0 for i in range (6): n = eval(input()) if n > 0: count += 1 print (count, "positive numbers")