# coding: utf-8 # Your code here! import math a,b = map(int,input().split()) print(math.ceil(b / a))