a, b = map(int, input().split()) d = a c = 1 while d < b: d += a c += 1 print(c)