[a, b] = map(int, input().split()) print(b // a if a * (b // a) == b else b // a + 1)