#include using namespace std; int main(){ int a,b=0,c; cin >>a; c=a; while(a){ a/=10; b++; } cout <