x,y = (map(int,input().strip().split())) if x%y == 0: print("y/x \n") else: print("int(y/x + 1) \n")