import math step, L = map(int, input().split()) print(math.ceil(L / step))