Объяснение:
решение задачи на python:
Y = int(input("Введите Y: "))
a, b, c = int(input()), int(input()), int(input())
N = 0
if a > Y:
N += 1
if b > Y:
N+= 1
if c > Y:
Объяснение:
решение задачи на python:
Y = int(input("Введите Y: "))
a, b, c = int(input()), int(input()), int(input())
N = 0
if a > Y:
N += 1
if b > Y:
N+= 1
if c > Y:
N += 1