# frozen_string_literal: true N = gets.chomp RESULT = N.chars.map(&:to_i).sum puts RESULT