input = gets(chomp: true) # tr で <> を >< に変換する # 変換後に reverse で逆順に変換する puts input.tr("<>", "><").reverse