import math ab = map(int,input().split) a,b = ab min = math.round(b / a) print(min)