a, b = map(int, input().split()) flg = 1 if b % a else 0 print(b // a + flg)