#! ruby
# Try yukicoder
# author: Leornadone @ NEETSDKASU

S = gets.chomp

p S.chars.map(&:to_i).inject(:+)