n, p = map(int, input().split())
print(['!=', '='][p == n * p])