import math a,b = map(int,input().split()) ans = b/a print(math.ceil(ans))