# your code goes here # encoding: utf-8 n,p=STDIN.gets p=p.to_i n=n.to_i np=n*p if p==np puts "=" else puts "!=" end