from math import ceil as c s,f = map(int,input().split()) print(c(s / f))