I,J,K=map(int,input().split()) print("Yes" if I==min(I,J,K) else "No")