a, b = map(int, input().split()) c = int(b / a + 0.5) print(c)