#coding=UTF-8 #歩幅ちいせー(人間とは限らない) mojir=input() hyo=mojir.split(' ') a=int(hyo[0]) b=int(hyo[1]) if b%a ==0: kuri=0 else: kuri=1 print(b//a+kuri)