from math import floor S, F = [int(i) for i in input().split()] print(floor(S/F)+1)