a = input().split() b = int(a[0]) c = int(a[1]) d = int(a[2]) if b >= c and b<= d: print("yes") else: print("no")