a, p, q = map(int, input().split()) print('No' if p == q else 'Yes')