#include<bits/stdc++.h> using namespace std; string s; int ans; int main(){ cin>>s; for(int i=0;i<s.length();i++)ans+=s[i]; cout<<ans; return 0; }