# coding: utf-8 # Your code here! a,p,q=map(int,input().split()) if p==q: print("No") else: print("Yes")