#include<bits/stdc++.h> using namespace std; int main(){ int ans=0; char a; while(cin>>a){ ans+=a; } cout<<ans; return 0; }