-- yukicoder My Practice -- author: Leonardone @ NEETSDKASU main = putStrLn . solve . map read . words =<< getLine where solve [n, p] | p == n * p = "=" | otherwise = "!="