l = map(int, input().split()) s = l[0] / l[1] h = round(s) print(h)