def find_min_temp():
try:
n = int (input())
if n<0:
print ("Invalid input")
else:
temps =list(map(int,input().split()))