str1, str2 = gets.chomp.split.map(&:to_s) puts str1 == str2 ? "#{str1} #{str2}" : "#{str2} #{str1}"