_, D = map(int, input().split()) _ = input() vsum = sum(map(int, input().split())) print(-((-D)//vsum))