inputs = STDIN.readlines.map(&:chomp) s = inputs[0] puts s.split(//).map(&:to_i).inject(:+)