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