Run ID:94179

提交时间:2024-10-19 20:45:14

c=input().split() a=c[0] a=int(a) b=c[1] x=c[2] x=int(x) b=int(b) if a<=b and a>=x and x>b : print("Yes") else : print("No")