A,B=list(map(int,input().split())) if int(B/A)==B/A: print(int(B/A)) else: print("NO")