s = gets.split(" ") if s[1].to_i == 1 puts "=" elsif s[0].to_i == 0 puts "=" else puts "!=" end