Kornislav

This commit is contained in:
2023-07-16 21:36:14 +02:00
parent 1c2396075e
commit 11de2df636

2
kornislav.py Normal file
View File

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