Run ID:94326
提交时间:2024-10-20 11:47:51
q=input().split() a=q[0] b=q[1] c=q[2] a=int(a) c=int(c) b=int(b) if b<=a>=c: print("yes") else: print("no")