a, b = [int(e) for e in input().split()] print(b // a + 1)