_i=list(map(int,input().split()));print( "=" if ((_i[0]==1) or (_i[1]==0)) else "!=")