scores = gets.to_s.chomp!.split('') puts scores.map { |score| score.to_i.zero? ? 10 : score.to_i }.inject(:+)