#include using namespace std; int main() { int s=0; string st; cin>>st; for(int i=0;i<9;i++)s+=(st[i]=='0')?10:st[i]-'0'; cout<