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