include
using namespace std;
int main(){
int temp;
cin>>temp;
while(temp>0){
cout<0){
s=s*10+temp%10;
temp/=10;
}
int c=0;
while(temp>0){
c+=temp%10;
temp/=10;
}
int c=0;
while(temp>0){
c++;
temp/=10;
}
return 0;
}