input = gets.split(" ").map(&:to_i) puts (input[0] == 1) ? "==" : "!="