a, b = list(map(int, input().split())) print((b + a - 1) // a)