Run ID:105171

提交时间:2025-01-12 16:15:43

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