print((lambda x: x[1] // x[0] + (x[1] % x[0] > 0))(list(map(int, input().split()))))