a,b = map(int,input().split()) i = 0 ans = 0 while b>=i : i += a ans += 1 print(ans)