import math a, b = map(int, raw_input().split()) print int(math.ceil(float(b)/a))