n = format('%09d', gets.split[0].to_i) puts "#{n.gsub(/7/, '1').to_i} #{n.gsub(/[^7]/, '0').gsub(/7/, '6').to_i}"