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