S, T, c = input().split() if c == '=': c += '=' print(['NO', 'YES'][eval(S + c + T)])