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