x,y = map(int, input().split()) print('NO' if x%y else 'YES')