from math import ceil N,D=map(int,input().split()) X=list(map(int,input().split())) V=list(map(int,input().split())) print(ceil(D/sum(V)))