import Data.Char main=getLine>>=print.sum.map(\c->if isDigit c then ord c - 48 else 0)