Files
CodeObject/zeta_python/completed/1037.py
2020-09-24 21:48:57 +09:00

4 lines
66 B
Python

input()
I = sorted(map(int, input().split()))
print(I[0] * I[-1])