Run ID:107926

提交时间:2025-01-18 19:21:49

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