a, b = map(int, input().split()) c = 0 point = 0 while c < b: point =+ 1 c =+ a print(point)