import math a,b=(int(x) for x in input().split()) rounded_up = math.ceil(b/a) print(rounded_up)