N, P = [int(x) for x in input().split()] print(("!=" ,"=")[P == N*P])