S,T,c=input().split() if c=="=": c="==" print("YES" if eval(S+c+T) else "NO")