Run ID:105085
提交时间:2025-01-12 14:09:59
a,b,c=input().split() a=int(a) b=int(b) c=int(c) if a>b>c: print('yes') else: print('No')