# p=qでなければ実数解が2個あるのでD>0じゃないの? A, P, Q = map(int, input().split()) if P==Q: print('No') else: print('Yes')