x, y = raw_input().split() if x == y: print '=' else: print '!='