a, b = map(int, input().split()) print(b // a + int(b % a != 0))