Run ID:106596

提交时间:2025-01-16 13:54:39

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