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