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