a, b, c = io.read("*n", "*n", "*n")
if a <= b and a <= c then print("Yes") else print("No") end