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