a,b = map(int,input().split()) print(b // a) if b == b // a * a else print('NO')