# frozen_string_literal: true def solve n = N 100.times do n = n.chars.map(&:to_i).sum.to_s end n end N = gets.chomp puts solve