a, b = map(int, input().split()) s = cnt = 0 while s < b: s += a cnt += 1 print(cnt)