i,j,k=map(int,input().split()) print("Yes" if i<=min(j,k) else "No")