from math import floor S, F = list(map(int, input().split())) print(floor(F/S) + 1)