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