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