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