S,T,c=input().split() S=int(S) T=int(T) if ST and c==">": print("YES") elif S==T and c=="=": print("YES") else: print("NO")