p, np = map(int, input().split()) if p == np: print('=') else: print('!=')