num1,num2 = input().split() ans = int(num2) / int(num1) round=lambda x:(x*2+1)//2 print(round(ans))