input = input().split() S = int(input[0]) F = int(input[1]) answer = int(S / F) + 1 answer