N,P = map(int, input().split()) NP = N*P if P == NP:print('=') else:print('!=') #しかもミスってる