n,d = map(int,input().split()) x = list(map(int,input().split())) v = list(map(int,input().split())) sv = sum(v) print((d+sv-1)//sv)