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