a, b = [int(i) for i in input().split(' ')] print('{}'.format(b // a + (1 if b % a != 0 else 0)))