list = input().rstrip().split(" ") print(int(int(list[1])/int(list[0])) + 1)