s, f = map(int, input().split()) h = s//f + 1 print(h)