x = float(input ("Введите число x: "))
y = float(input ("Введите число y: "))
z = float(input ("Введите число z: "))
r = (2*x*y*z)/(3*x-z)-(5*x*y-z)/(z-4*y)
print("r = ",r)
print("")
a = float(input ("Введите число a: "))
d = float(input ("Введите число d: "))
c = float(input ("Введите число c: "))
b = float(input ("Введите число b: "))
t = abs(3*c-d-a)/abs(a-d)*5*a*b
print("t = ",t)
x = float(input ("Введите число x: "))
y = float(input ("Введите число y: "))
z = float(input ("Введите число z: "))
r = (2*x*y*z)/(3*x-z)-(5*x*y-z)/(z-4*y)
print("r = ",r)
print("")
a = float(input ("Введите число a: "))
d = float(input ("Введите число d: "))
c = float(input ("Введите число c: "))
b = float(input ("Введите число b: "))
t = abs(3*c-d-a)/abs(a-d)*5*a*b
print("t = ",t)