a, b = map(int, raw_input().split()) count = 0 kyori = 0 #print A + B, S while (kyori < b): kyori += a count += 1 print count