A,P,Q=map(int,input().split()) if P!=Q: ans="Yes" else: ans="No" print(ans)