a,b = map(int, input().split()) print(b//a+1 if b%a else b//a)