Run ID:107113

提交时间:2025-01-17 13:06:32

a,x,y=input().split() a=int(a) x=int(x) y=int(y) if y>=a>=x: print("yes") else: print("no")