puts gets.chomp.split('').map{ |a| a.gsub('0','10').to_i }.inject(:+)