x = list(map(int, input().split())) y = x[1] // x[0] if 0 != x[1] % x[0]: y += 1 print(y)