def f(): s,t,c=input().split() s=int(s) t=int(t) if c=='=': return s==t else: return (s>t) if c=='>' else (s