s=gets a=s.split("") res=0 for i in 0..a.length if a[i]=~/[0-9]/ res=res+a[i].to_i end end puts res