a,b,c=map(int,input().split()) if b==c: print("No") else: print("Yes")