N, D = map(int,input().split())
input()
print(-(-D // sum(list(map(int, input().split())))))