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