Run ID:107924
提交时间:2025-01-18 19:15:35
a,x,y=input().split() a=int(a) x=int(x) y=int(y) if x>=a>=y: print('Yes') else: print('no')