import math S, F = map(int,input().split()) print(1 + math.floor(S/F))