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