fun main(){val(n,p)=readLine()!!.split(" ").map {it.toInt()} println(if(p==n*p){"="}else{"!="})}