s, f = [int(x) for x in input().split()] res = s // f + 1 print(res)