s = gets.chomp.gsub(/\D/, '') if s.size == 0 puts 0 else puts s.map(&:to_i) end