Files
kattis/kornislav.py
2023-07-16 21:36:14 +02:00

3 lines
72 B
Python

ints = sorted(list(map(int, input().split())))
print(ints[0] * ints[2])