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