f = lambda: map(int, input().split()) _, D = f() _ = input() V = sum(f()) print(-(-D//V))