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