A,B = int(input().split()) r = -(- B // A) print(r)