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