N,P = map(int,input().split()) print("=" if N * P == P else "!=")