a, b = map(int, input().split()) print('No' if a>b&a else 'Yes')