Run ID:88692
提交时间:2024-08-20 15:32:35
a,x,y=input().split() a,x,y=int(a),int(x),int(y) if a>x and a<y: print('yes') else: print('no')