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