lst = input().split() a = int(lst[0]) x = int(lst[1]) y = int(lst[2]) if x<=a<=y: print('yes') else: print('no')