1037&11653
This commit is contained in:
3
zeta_python/completed/1037.py
Normal file
3
zeta_python/completed/1037.py
Normal file
@@ -0,0 +1,3 @@
|
||||
input()
|
||||
I = sorted(map(int, input().split()))
|
||||
print(I[0] * I[-1])
|
||||
Reference in New Issue
Block a user