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