a, b = map(int, input().split()) add = 1 if b % a else 0 print(b//a + add)