s,t,c=map(str,input().split()) s=int(s) t=int(t) if c==">": if s>t: print("YES") elif c=="<": if s