from math import * a, b = map(int, input().split()) print(ceil(b / a))