s = gets.to_i 100.times do s = s.to_s.chars.sum(&:to_i) end puts s