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