import math _, D = map(int, input().split()) _ = input() V = sum(map(int, input().split())) print(math.ceil(D/V))