#!/usr/bin/python # -*- coding: utf-8 -*- N, B = map(int, raw_input().split()) if N == 1: print "=" else: print "!="