Run ID:124549

提交时间:2025-07-11 20:00:00

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