a, b = [int(x) for x in input().split()] print(b // a if (b / a).is_integer() else "NO")