# conding:UTF-8 provided = input().split() S = int(provided[0]) F = int(provided[1]) print(int(S / F) + 1)