a, b = map(int, raw_input().split()) print (b // a) + (b % a > 0)