# p=qでなければ実数解が2個あるのでD>0じゃないの # 超巨大数がありうるのでstringで受けるか A, P, Q = map(str, input().split()) if P==Q: print('No') else: print('Yes')