s, f = list(map(int, input().split())) print((s//f)+1)