a=list(map(int,input().split())) if a[1]==a[0]*a[1]:print("=") else:print("!=")