n = int(input()) arr = [] for i in range(n): arr.append(int(input())) print 100/min(arr)