a, b = map(int, input().split()) r = b // a + 1 print(r)