int removeF(int n){ static int temp,count=0; if(n%10==n){ return temp; } count++; temp+=(n%10)*pow(10,count-1); return rem