Run ID:88681
提交时间:2024-08-20 14:46:12
a,x,y= input().split() a,x,y= int(a),int(x),int(y) if x<a<y: print("yes") else: print("no")