# your code goes here # encoding: utf-8 a,b=STDIN.gets if a==a*b puts "=" else puts "!=" end