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