N=int(input()) A=list(map(int,input().split())) K=int(input()) H=10**9 L=0 for i in range(100): M=(H+L)/2 ans=0 for l in A: ans+=l//M if ans