x = int(input)
w = int(input)
r = int(input)
if: x > w and r
print (x)
if: w > x and r
ptint (w)
if: r > x and w
print (r)
Объяснение:
a,b,c = float(input()), float(input()), float(input())
print(a+b+c)
x = int(input)
w = int(input)
r = int(input)
if: x > w and r
print (x)
if: w > x and r
ptint (w)
if: r > x and w
print (r)
Объяснение:
a,b,c = float(input()), float(input()), float(input())
print(a+b+c)