S, N = list(map(int, input().split())) print(1 + int(S / N))