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