s,t,c = input().split() if c!="=": print("YES") if eval(s+c+t) else print("NO") else: print("YES") if eval(s+"=="+t) else print("NO")