a,b,c=map(int,input().split()) print(["No","Yes"][a<=b and a<=c])