#include<bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
cout<<t/10000+t%10000/1000+t%10000%1000/100+t%10000%1000%100/10+t%10000%1000%1000%10;
return 0;
}
#include<bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
cout<<t/10000+t%10000/1000+t%10000%1000/100+t%10000%1000%100/10+t%10000%1000%1000%10;
return 0;
}