N,D=map(int,input().split()) input() N=sum(map(int,input().split())) print((D+N-1)//N)