Run ID:124548
提交时间:2025-07-11 19:58:35
lst = input().split() a = int(lst[0]) x = int(lst[1]) y = int(lst[2]) if x<=a<=y: print('yes') else: print('no')