a, b = (float(i) for i in raw_input().split(' ')) print(int(-(-b // a)))