from math import ceil a, b = map(int, input().split()) print(ceil(b/a))