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