a,b,c=map(int,input().split()) print("Yes" if b>=a and c>=b else "No")