n, p = map(int, input().split()) print("=" if n == p else "!=")