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