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