2 lines
36 B
Python
2 lines
36 B
Python
|
print(max(min(a, b, c), min(d, e)))
|
|
print(max(min(a, b, c), min(d, e)))
|