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